Update compose.yaml
This commit is contained in:
+2
-2
@@ -1,6 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
vikunja:
|
vikunja:
|
||||||
image: vikunja/vikunja
|
image: vikunja/vikunja
|
||||||
|
networks:
|
||||||
|
- bragi-local
|
||||||
environment:
|
environment:
|
||||||
VIKUNJA_SERVICE_PUBLICURL: https://tasks.doeringer.eu
|
VIKUNJA_SERVICE_PUBLICURL: https://tasks.doeringer.eu
|
||||||
VIKUNJA_DATABASE_HOST: db
|
VIKUNJA_DATABASE_HOST: db
|
||||||
@@ -17,8 +19,6 @@ services:
|
|||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
|
||||||
- bragi-local
|
|
||||||
db:
|
db:
|
||||||
image: postgres:18
|
image: postgres:18
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user