+Vikunja
ajout de vikunja
This commit is contained in:
parent
63b63fc7e7
commit
90dfe22fa1
1 changed files with 18 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ services:
|
||||||
- LOG_LEVEL=error
|
- LOG_LEVEL=error
|
||||||
- CLEANUP_OLD_SCANS_DAYS=7
|
- CLEANUP_OLD_SCANS_DAYS=7
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000/tcp"
|
- 3000:3000
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
|
|
@ -48,6 +48,7 @@ services:
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
start_period: 40s
|
start_period: 40s
|
||||||
|
|
||||||
pihole:
|
pihole:
|
||||||
container_name: pihole
|
container_name: pihole
|
||||||
image: pihole/pihole:latest
|
image: pihole/pihole:latest
|
||||||
|
|
@ -326,6 +327,22 @@ services:
|
||||||
- 8082:80
|
- 8082:80
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
vikunja:
|
||||||
|
image: vikunja/vikunja
|
||||||
|
environment:
|
||||||
|
VIKUNJA_SERVICE_JWTSECRET: ${VIKUNJA_SERVICE_JWTSECRET}
|
||||||
|
VIKUNJA_SERVICE_PUBLICURL: https://notes.griffix.hopto.org/
|
||||||
|
VIKUNJA_DATABASE_PATH: /db/vikunja.db
|
||||||
|
env_file:
|
||||||
|
- path: .env
|
||||||
|
required: true
|
||||||
|
ports:
|
||||||
|
- 3456:3456
|
||||||
|
volumes:
|
||||||
|
- /config/vikunja/files:/app/vikunja/files
|
||||||
|
- /config/vikunja/db:/db
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
forgejo:
|
forgejo:
|
||||||
external: false
|
external: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue