scripts/itmo/election_status/compose.yaml

12 lines
165 B
YAML
Raw Normal View History

2024-08-29 15:49:34 +03:00
version: "3"
services:
election_status:
build: .
env_file:
- .env
extra_hosts:
- "host.docker.internal:host-gateway"
restart: always