This commit is contained in:
Primakov Alexandr Alexandrovich
2024-12-05 22:55:59 +03:00
parent 9723c825f7
commit cf2eb88662
8 changed files with 63 additions and 2881 deletions
+15
View File
@@ -0,0 +1,15 @@
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}