scripts/podcasts/yandex/compose.yaml

11 lines
138 B
YAML
Raw Normal View History

2023-10-26 12:45:53 +03:00
version: "3"
services:
podcasts:
build: .
env_file:
- .env
2023-11-27 14:39:28 +03:00
extra_hosts:
- "host.docker.internal:host-gateway"