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

Submodule backend updated: 2a99323c91...e9a0e12276

View File

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