diff options
Diffstat (limited to 'compose.yaml')
| -rw-r--r-- | compose.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/compose.yaml b/compose.yaml index 11f092d..45d5c13 100644 --- a/compose.yaml +++ b/compose.yaml | |||
| @@ -5,6 +5,19 @@ services: | |||
| 5 | - TOKEN=${TOKEN} | 5 | - TOKEN=${TOKEN} |
| 6 | volumes: | 6 | volumes: |
| 7 | - storage:/app/storage | 7 | - storage:/app/storage |
| 8 | develop: | ||
| 9 | watch: | ||
| 10 | - action: sync+restart | ||
| 11 | path: . | ||
| 12 | target: /app | ||
| 13 | |||
| 14 | redis: | ||
| 15 | image: "redis:8" | ||
| 16 | restart: "always" | ||
| 17 | hostname: "redis" | ||
| 18 | volumes: | ||
| 19 | - redis:/data | ||
| 8 | 20 | ||
| 9 | volumes: | 21 | volumes: |
| 10 | storage: | 22 | storage: |
| 23 | redis: | ||
