Add anki sync server
This commit is contained in:
parent
9b2ca48d7c
commit
fb435141d5
2 changed files with 26 additions and 0 deletions
22
anki/docker-compose.yaml
Normal file
22
anki/docker-compose.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
anki:
|
||||
image: harbor.jfreudenberger.de:8443/anki/sync
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- anki-data:/data
|
||||
environment:
|
||||
- VIRTUAL_HOST=anki.jfreudenberger.de
|
||||
- VIRTUAL_PORT=27701
|
||||
- LETSENCRYPT_HOST=anki.jfreudenberger.de
|
||||
networks:
|
||||
- webproxy
|
||||
|
||||
volumes:
|
||||
anki-data:
|
||||
|
||||
networks:
|
||||
webproxy:
|
||||
external: true
|
||||
name: webproxy
|
Loading…
Add table
Add a link
Reference in a new issue