mirror of
https://github.com/Alexander-D-Karpov/scripts.git
synced 2024-11-25 13:03:44 +03:00
12 lines
165 B
YAML
12 lines
165 B
YAML
version: "3"
|
|
|
|
services:
|
|
election_status:
|
|
build: .
|
|
env_file:
|
|
- .env
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|
|
restart: always
|
|
|