mirror of
https://github.com/Alexander-D-Karpov/scripts.git
synced 2024-11-22 11:56:33 +03:00
11 lines
138 B
YAML
11 lines
138 B
YAML
version: "3"
|
|
|
|
services:
|
|
podcasts:
|
|
build: .
|
|
env_file:
|
|
- .env
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|
|
|