change docker compose file

This commit is contained in:
behruz-dev
2025-10-08 19:00:41 +05:00
parent 6d6b46fd98
commit b87d4ec63a
2 changed files with 8 additions and 8 deletions

0
a.out
View File

View File

@@ -54,13 +54,13 @@ services:
- web - web
networks: networks:
- trustme - trustme
# restart: always restart: always
db: db:
image: postgres:16 image: postgres:16
networks: networks:
- trustme - trustme
# restart: always restart: always
environment: environment:
POSTGRES_DB: ${DB_NAME} POSTGRES_DB: ${DB_NAME}
POSTGRES_USER: ${DB_USER} POSTGRES_USER: ${DB_USER}
@@ -78,10 +78,10 @@ services:
ports: ports:
- 6380:6379 - 6380:6379
bot: # bot:
build: # build:
context: /home/behruz/bots/send-verification-code # context: /home/behruz/bots/send-verification-code
dockerfile: Dockerfile # dockerfile: Dockerfile
volumes: # volumes:
- /home/behruz/bots/send-verification-code:/bot # - /home/behruz/bots/send-verification-code:/bot
# restart: unless-stopped # restart: unless-stopped