bh/docker-compose.yml
Primakov Alexandr Alexandrovich cf2eb88662 deploy
2024-12-05 22:55:59 +03:00

16 lines
264 B
YAML

version: "3"
services:
bh:
# build: .
image: brojs/todo/bh:$TAG
restart: always
env_file: ./.env
ports:
- 3003:3003
environment:
- PORT=${PORT}
- JWT_SECRET=${JWT_SECRET}
- MONGO_CONNECT_URL=${MONGO_CONNECT_URL}