🔨」 fix: fixed some things.

This commit is contained in:
2025-07-22 17:36:34 +02:00
parent 49fcfe95a5
commit 7823851ab1
4 changed files with 23 additions and 3 deletions

View File

@ -3,7 +3,7 @@ services:
container_name: transcendence-api-user
build:
dockerfile: docker/api-base/Dockerfile
context: ..
context: ../../
volumes:
- db-user:/db
networks:
@ -18,7 +18,7 @@ services:
container_name: transcendence-api-auth
build:
dockerfile: docker/api-base/Dockerfile
context: ..
context: ../../
volumes:
- db-auth:/db
networks: