diff --git a/docker-compose.yml b/docker-compose.yml index 18af700..99b7104 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: