This commit is contained in:
parent
50c6e35bb8
commit
9fc9e3fd9d
@ -22,7 +22,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
TELEGRAM_BOT_TOKEN: 7664650831:AAGdpc0MRIeSCrCFq6tx3K4J5_uqAHsetSQ
|
TELEGRAM_BOT_TOKEN: 7664650831:AAGdpc0MRIeSCrCFq6tx3K4J5_uqAHsetSQ
|
||||||
DATABASE_HOST: localhost
|
DATABASE_HOST: postgres
|
||||||
DATABASE_PORT: 5432
|
DATABASE_PORT: 5432
|
||||||
DATABASE_USER: karta_soup_user
|
DATABASE_USER: karta_soup_user
|
||||||
DATABASE_PASSWORD: 123Kartasoup123
|
DATABASE_PASSWORD: 123Kartasoup123
|
||||||
@ -36,5 +36,7 @@ volumes:
|
|||||||
postgres_data:
|
postgres_data:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
karta-soup-network:
|
proxy:
|
||||||
driver: bridge
|
external: true
|
||||||
|
internal:
|
||||||
|
external: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user