mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-09-28 06:35:24 +00:00
Move package to src/ to properly separate what goes into docker image
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
backup:
|
||||
build: .
|
||||
build: ./src
|
||||
env_file:
|
||||
- restic_compose_backup.env
|
||||
- alerts.env
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
- ./restic_data:/restic_data
|
||||
- ./restic_cache:/cache
|
||||
# Map in project source in dev
|
||||
- .:/restic-compose-backup
|
||||
- ./src:/restic-compose-backup
|
||||
web:
|
||||
image: nginx
|
||||
labels:
|
||||
|
Reference in New Issue
Block a user