Обновить docker-compose.yml
This commit is contained in:
@@ -3,10 +3,10 @@ version: '3.8'
|
|||||||
services:
|
services:
|
||||||
mostlymatter:
|
mostlymatter:
|
||||||
build: .
|
build: .
|
||||||
security_opt:
|
#security_opt:
|
||||||
- no-new-privileges
|
# - no-new-privileges
|
||||||
cap_drop:
|
#cap_drop:
|
||||||
- ALL
|
# - ALL
|
||||||
container_name: mostlymatter
|
container_name: mostlymatter
|
||||||
ports:
|
ports:
|
||||||
- "8065:8065"
|
- "8065:8065"
|
||||||
@@ -27,10 +27,10 @@ services:
|
|||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:15-alpine
|
image: postgres:15-alpine
|
||||||
security_opt:
|
#security_opt:
|
||||||
- no-new-privileges
|
# - no-new-privileges
|
||||||
cap_drop:
|
#cap_drop:
|
||||||
- ALL
|
# - ALL
|
||||||
container_name: mostlymatter_db
|
container_name: mostlymatter_db
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=mostlymatter
|
- POSTGRES_USER=mostlymatter
|
||||||
|
|||||||
Reference in New Issue
Block a user