Оновлений генератор карток території

This commit is contained in:
2026-03-22 01:29:39 +02:00
parent 4bc9c11512
commit 415b9b1090
163 changed files with 94 additions and 36 deletions

View File

@@ -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