This commit is contained in:
Mikhail Kuznetsov
2023-06-01 16:42:44 +10:00
parent f0d28c0802
commit e465932222
29 changed files with 206 additions and 34 deletions

View File

@@ -0,0 +1,20 @@
version: '3.4'
#AIHIT SYNCHER
services:
mail-reader:
image: 10.99.253.167:8090/parr/parr-aihit-syncher:${tag:-latest}
container_name: parr-aihit-syncher
restart: always
environment:
- ASPNETCORE_ENVIRONMENT=Production
- TZ=Europe/Moscow
volumes:
- /var/log/parr-aihit-syncher:/app/log
# последняя версия
#docker compose -f docker-compose.aihit-syncher.yml up -d
# указанная версия
#tag=v1.0.0 docker compose -f docker-compose.aihit-syncher.yml up -d