Update compose.yaml
This commit is contained in:
+9
-10
@@ -1,16 +1,15 @@
|
|||||||
services:
|
services:
|
||||||
db:
|
postgres:
|
||||||
image: postgres
|
image: postgres:16
|
||||||
restart: always
|
container_name: postgres
|
||||||
shm_size: 128mb
|
networks: bragi-local
|
||||||
networks:
|
restart: unless-stopped
|
||||||
- bragi-local
|
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: ${PASSWORD}
|
|
||||||
POSTGRES_USER: ${USER}
|
POSTGRES_USER: ${USER}
|
||||||
# ports:
|
POSTGRES_PASSWORD: ${PASSWORD}
|
||||||
# - '5432:5432'
|
# ports:
|
||||||
volumes:
|
# - "5432:5432"
|
||||||
|
volumes:
|
||||||
- /opt/91_DATABASE/postgres:/var/lib/postgresql/data
|
- /opt/91_DATABASE/postgres:/var/lib/postgresql/data
|
||||||
|
|
||||||
adminer:
|
adminer:
|
||||||
|
|||||||
Reference in New Issue
Block a user