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