cicd
This commit is contained in:
20
docker-compose.aihit-syncher.yml
Normal file
20
docker-compose.aihit-syncher.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user