scripts/itmo/election_status/compose.yaml

12 lines
165 B
YAML

version: "3"
services:
election_status:
build: .
env_file:
- .env
extra_hosts:
- "host.docker.internal:host-gateway"
restart: always