deploy scripts

This commit is contained in:
2022-04-16 22:58:32 +03:00
parent b84e5c707f
commit 84b7c983d9
4 changed files with 45 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
version: "3"
volumes:
red-coder_volume:
services:
mongoDb:
image: mongo:latest
volumes:
- red-coder_volume:/data/db
restart: always
# ports:
# - 27017:27017
red-coder:
build: .
restart: always
ports:
- 8043:8043
environment:
- TZ=Europe/Moscow
- MONGO_ADDR=mongodb