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