web now connects

This commit is contained in:
knoflook 2022-09-25 16:44:01 +02:00
parent fcc7f46a9d
commit bd1a2667bf
Signed by: knoflook
GPG Key ID: D6A1D0E8FC4FEF1C

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
web:
image: "vlafvlaf/karrot_frontend:test"
image: "vlafvlaf/karrot_frontend:0.0.2"
depends_on:
- app
healthcheck:
@ -11,6 +11,7 @@ services:
timeout: 3s
retries: 30
networks:
- internal
- proxy
volumes:
- "app_data:/app/uploads"