prep for seperating compose into srevices
This commit is contained in:
@@ -11,6 +11,20 @@ networks:
|
||||
name: bookstack
|
||||
|
||||
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:
|
||||
image: lscr.io/linuxserver/bookstack
|
||||
container_name: bookstack
|
||||
@@ -333,6 +347,8 @@ services:
|
||||
|
||||
|
||||
volumes:
|
||||
anki:
|
||||
name: anki
|
||||
caddy_config:
|
||||
name: caddy_config
|
||||
caddy_data:
|
||||
|
||||
Reference in New Issue
Block a user