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