🏗️」 wip: dev.js -> start.js and working user api docker

This commit is contained in:
2025-07-15 15:44:15 +02:00
parent 05af515788
commit 59ee24b046
5 changed files with 67 additions and 2 deletions

View File

@ -6,5 +6,15 @@ services:
# environment:
# - euuuh
user-api:
image:
cmd:
build:
dockerfile: docker/user-api/Dockerfile
context: ..
networks:
- transcendence
ports:
- 3000:3000
networks:
transcendence:
external: false
name: transcendence