prep for seperating compose into srevices
This commit is contained in:
@@ -11,6 +11,20 @@ networks:
|
|||||||
name: bookstack
|
name: bookstack
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
anki:
|
||||||
|
image: ghcr.io/luckyturtledev/anki
|
||||||
|
container_name: anki
|
||||||
|
environment:
|
||||||
|
- SYNC_USER1=poslop:${PASS}
|
||||||
|
- RUST_LOG=info
|
||||||
|
ports:
|
||||||
|
- 10080:8080
|
||||||
|
volumes:
|
||||||
|
- anki:/data
|
||||||
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- caddy
|
||||||
|
|
||||||
bookstack:
|
bookstack:
|
||||||
image: lscr.io/linuxserver/bookstack
|
image: lscr.io/linuxserver/bookstack
|
||||||
container_name: bookstack
|
container_name: bookstack
|
||||||
@@ -333,6 +347,8 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
anki:
|
||||||
|
name: anki
|
||||||
caddy_config:
|
caddy_config:
|
||||||
name: caddy_config
|
name: caddy_config
|
||||||
caddy_data:
|
caddy_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user