updating compose with latest mounts and adding missing gitkeeps

This commit is contained in:
2026-05-24 21:19:24 +02:00
parent 0714b0a68c
commit 83fdada12d
3 changed files with 3 additions and 1 deletions

View File

@@ -11,12 +11,14 @@ services:
networks:
- f0ckm-net
volumes:
- ./config.json:/opt/f0ckm/config.json:Z
- ./config.json:/opt/f0ckm/config.json:ro,Z
- ./src/:/opt/f0ckm/src/:Z
- ./views/:/opt/f0ckm/views/:Z
- ./scripts/:/opt/f0ckm/scripts/:Z
- ./f0ckm-data/a/:/opt/f0ckm/public/a/:Z
- ./f0ckm-data/b/:/opt/f0ckm/public/b/:Z
- ./f0ckm-data/c/:/opt/f0ckm/public/c/:Z
- ./f0ckm-data/e/:/opt/f0ckm/public/e/:Z
- ./f0ckm-data/t/:/opt/f0ckm/public/t/:Z
- ./f0ckm-data/deleted/:/opt/f0ckm/deleted/:Z
- ./f0ckm-data/pending/:/opt/f0ckm/pending/:Z

0
f0ckm-data/c/.gitkeep Normal file
View File

0
f0ckm-data/e/.gitkeep Normal file
View File