Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bcf3c19cee |
+3
-1
@@ -7,7 +7,7 @@
|
|||||||
# .env.production sets WEB_PROJECT / WEB_IMAGE / WEB_CONTAINER / WEB_NETWORK.
|
# .env.production sets WEB_PROJECT / WEB_IMAGE / WEB_CONTAINER / WEB_NETWORK.
|
||||||
name: ${WEB_PROJECT:-web}
|
name: ${WEB_PROJECT:-web}
|
||||||
services:
|
services:
|
||||||
web:
|
web-dev:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
@@ -20,6 +20,8 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
|
cap_drop:
|
||||||
|
- ALL
|
||||||
env_file:
|
env_file:
|
||||||
- .env.production
|
- .env.production
|
||||||
expose:
|
expose:
|
||||||
|
|||||||
Reference in New Issue
Block a user