Update submodules

This commit is contained in:
2026-05-02 19:12:10 +02:00
parent b106c80ad4
commit 47895bca5e
3 changed files with 5 additions and 3 deletions

View File

@@ -22,7 +22,9 @@ services:
- "1420:1420"
depends_on:
- backend
environment:
GRAPHQL_ENDPOINT_PUBLIC: http://localhost:3000/graphql
GRAPHQL_ENDPOINT_INTERNAL: http://backend:3000/graphql
database:
image: mysql:8
restart: always