mirror of
https://github.com/Alexander-D-Karpov/scripts.git
synced 2025-01-22 22:54:08 +03:00
8 lines
76 B
YAML
8 lines
76 B
YAML
|
version: "3"
|
||
|
|
||
|
services:
|
||
|
podcasts:
|
||
|
build: .
|
||
|
env_file:
|
||
|
- .env
|