Update compose.yaml
This commit is contained in:
+6
-1
@@ -1,4 +1,4 @@
|
||||
servicee:
|
||||
services:
|
||||
db:
|
||||
image: postgres
|
||||
restart: always
|
||||
@@ -7,6 +7,11 @@ servicee:
|
||||
- bragi-local
|
||||
environment:
|
||||
POSTGRES_PASSWORD: ${PASSWORD}
|
||||
POSTGRES_USER: ${USER}
|
||||
# ports:
|
||||
# - '5432:5432'
|
||||
volumes:
|
||||
- /opt/91_DATABASE/postgres:/var/lib/postgresql/data
|
||||
|
||||
adminer:
|
||||
image: adminer
|
||||
|
||||
Reference in New Issue
Block a user