подключил япфайл
This commit is contained in:
parent
377fa3246e
commit
cb1458bd93
9 changed files with 393 additions and 6 deletions
16
yapfiles-downloader/docker-compose.yml
Normal file
16
yapfiles-downloader/docker-compose.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
services:
|
||||
yapfiles-downloader:
|
||||
build: .
|
||||
container_name: yapfiles_downloader_service
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5558:5000"
|
||||
volumes:
|
||||
- ./downloads:/app/downloads
|
||||
networks:
|
||||
- yapfiles_network
|
||||
|
||||
networks:
|
||||
yapfiles_network:
|
||||
driver: bridge
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue