Skip to content

Commit

Permalink
Add config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Galushko committed Jan 13, 2024
1 parent b8dd66a commit 62d8264
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/examples/docker-compose/docker-compose-bot_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
image: halushko/cinema-torrent:alpha
environment: *common-variables
restart: always
container_name: "torrent"
container_name: "torrent_debug"
volumes:
- ./workdir/config/transmission:/home/app/transmission_config
- ./workdir/config/logs:/home/app/logs
Expand All @@ -33,21 +33,21 @@ services:
image: halushko/cinema-bot:latest
environment: *common-variables
restart: always
container_name: "bot"
container_name: "bot_debug"
volumes:
- ./workdir/config/logs:/home/app/logs
text:
image: halushko/cinema-text:beta
environment: *common-variables
restart: always
container_name: "text"
container_name: "text_debug"
volumes:
- ./workdir/config/logs:/home/app/logs
file:
image: halushko/cinema-file:latest
environment: *common-variables
restart: always
container_name: "file"
container_name: "file_debug"
volumes:
- ./workdir/config/files_from_telegram:/home/torrent_files/
- ./workdir/config/logs:/home/app/logs
Expand Down

0 comments on commit 62d8264

Please sign in to comment.