fix(vikunja): wrong image name
This commit is contained in:
parent
cb034ddc8d
commit
2eba840a62
|
@ -5,11 +5,9 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8135,
|
"port": 8135,
|
||||||
"id": "vikunja",
|
"id": "vikunja",
|
||||||
"tipi_version": 4,
|
"tipi_version": 5,
|
||||||
"version": "0.21.0",
|
"version": "0.21.0",
|
||||||
"categories": [
|
"categories": ["utilities"],
|
||||||
"utilities"
|
|
||||||
],
|
|
||||||
"description": "The Todo-app to organize your life.",
|
"description": "The Todo-app to organize your life.",
|
||||||
"short_desc": "The Todo-app to organize your life.",
|
"short_desc": "The Todo-app to organize your life.",
|
||||||
"author": "kolaente",
|
"author": "kolaente",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: '3.7'
|
version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
vikunja:
|
vikunja:
|
||||||
|
@ -45,7 +45,7 @@ services:
|
||||||
retries: 5
|
retries: 5
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
|
|
||||||
vikunja-proxy:
|
vikunja-proxy:
|
||||||
container_name: vikunja
|
container_name: vikunja
|
||||||
image: nginx
|
image: nginx
|
||||||
|
@ -55,7 +55,7 @@ services:
|
||||||
- ${APP_DATA_DIR}/data/proxy/nginx.conf:/etc/nginx/nginx.conf:ro
|
- ${APP_DATA_DIR}/data/proxy/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
- vikunja-api
|
- vikunja-api
|
||||||
- vikunja-frontend
|
- vikunja
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
|
|
Loading…
Reference in New Issue
Block a user