Initial commit (I feel unsafe)
This commit is contained in:
24
vikunja_server-compose_template.yaml
Normal file
24
vikunja_server-compose_template.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
services:
|
||||
vikunja:
|
||||
image: vikunja/vikunja
|
||||
container_name: vikunja
|
||||
pull_policy: always
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 127.0.0.1:${PORT}:3456
|
||||
user: ${PUID}:${PGID}
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ${VOLUME_PATH}/files
|
||||
target: /app/vikunja/files
|
||||
bind:
|
||||
create_host_path: true
|
||||
- type: bind
|
||||
source: ${VOLUME_PATH}/db
|
||||
target: /db
|
||||
bind:
|
||||
create_host_path: true
|
||||
environment:
|
||||
VIKUNJA_SERVICE_JWTSECRET: ${JWT_SECRET}
|
||||
VIKUNJA_SERVICE_PUBLICURL: ${BASE_URL}
|
||||
VIKUNJA_DATABASE_PATH: /db/vikunja.db
|
||||
Reference in New Issue
Block a user