Оновлений генератор карток території
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
name: sheep-service
|
||||
|
||||
services:
|
||||
web:
|
||||
image: sheep-service/web
|
||||
@@ -71,6 +73,13 @@ services:
|
||||
command: /bin/sh -c "envsubst '\$DOMAIN' < /etc/nginx/templates/default.conf.template > /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;'"
|
||||
networks:
|
||||
- network
|
||||
depends_on:
|
||||
api:
|
||||
condition: service_started
|
||||
web:
|
||||
condition: service_started
|
||||
ws:
|
||||
condition: service_started
|
||||
|
||||
cron:
|
||||
image: sheep-service/cron
|
||||
|
||||
Reference in New Issue
Block a user