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 62d8264 commit c2c6f13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/examples/docker-compose/docker-compose-bot_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ x-common-variables: &common-variables
LOGS_LEVEL: debug
services:
torrent:
image: halushko/cinema-torrent:alpha
image: halushko/cinema-torrent:beta
environment: *common-variables
restart: always
container_name: "torrent_debug"
Expand All @@ -30,7 +30,7 @@ services:
- ./workdir/config/logs:/home/app/logs
network_mode: host
bot:
image: halushko/cinema-bot:latest
image: halushko/cinema-bot:beta
environment: *common-variables
restart: always
container_name: "bot_debug"
Expand All @@ -44,7 +44,7 @@ services:
volumes:
- ./workdir/config/logs:/home/app/logs
file:
image: halushko/cinema-file:latest
image: halushko/cinema-file:beta
environment: *common-variables
restart: always
container_name: "file_debug"
Expand Down

0 comments on commit c2c6f13

Please sign in to comment.