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: services:
web: web:
image: "vlafvlaf/karrot_frontend:test" image: "vlafvlaf/karrot_frontend:0.0.2"
depends_on: depends_on:
- app - app
healthcheck: healthcheck:
@ -11,6 +11,7 @@ services:
timeout: 3s timeout: 3s
retries: 30 retries: 30
networks: networks:
- internal
- proxy - proxy
volumes: volumes:
- "app_data:/app/uploads" - "app_data:/app/uploads"