Skip to content

Commit

Permalink
docs: added config deploy example
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed May 13, 2024
1 parent 6c1ae23 commit daad36b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deploy/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ services:
volumes:
- storage:/var/www/html/storage
- /etc/localtime:/etc/localtime:ro
configs:
- source: rclone
target: /var/www/html/rclone.conf
env_file:
- .env
worker:
Expand All @@ -38,4 +41,4 @@ volumes:

configs:
rclone:
file: ./rclone.conf
file: rclone.conf

0 comments on commit daad36b

Please sign in to comment.