dev #5
@@ -14,6 +14,8 @@ services:
|
||||
DATABASE_PORT: ${DATABASE_PORT}
|
||||
env_file:
|
||||
- .env
|
||||
networks:
|
||||
- proxy-common
|
||||
db:
|
||||
image: postgres:14
|
||||
restart: always
|
||||
@@ -35,3 +37,7 @@ services:
|
||||
|
||||
volumes:
|
||||
pg-data:
|
||||
|
||||
networks:
|
||||
proxy-common:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user