Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoulSKY committed Dec 1, 2024
1 parent 2ed0955 commit cd5e7da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ services:
context: .
container_name: sorusora
volumes:
- ./sorusora/logs:/app/logs
- ./sorusora/cache:/app/cache
- ./sorusora/cache/algos_packages:${HOME}/.local/share/argos-translate/packages/
- ./sorusora/cache/algos_cache:${HOME}/.local/cache/argos-translate/
- .logs:/app/logs
- .cache:/app/cache
- .cache/algos_packages:${HOME}/.local/share/argos-translate/packages/
- .cache/algos_cache:${HOME}/.local/cache/argos-translate/
env_file:
- .env

Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ services:
image: ghcr.io/seoulsky/sorusora:latest
container_name: sorusora
volumes:
- ./sorusora/logs:/app/logs
- ./sorusora/cache:/app/cache
- ./sorusora/cache/algos_packages:${HOME}/.local/share/argos-translate/packages/
- ./sorusora/cache/algos_cache:${HOME}/.local/cache/argos-translate/
- .logs:/app/logs
- .cache:/app/cache
- .cache/algos_packages:${HOME}/.local/share/argos-translate/packages/
- .cache/algos_cache:${HOME}/.local/cache/argos-translate/
env_file:
- .env
restart: always
Expand Down

0 comments on commit cd5e7da

Please sign in to comment.