Dockerisation.

This commit is contained in:
Florian THIERRY
2025-05-11 12:39:40 +02:00
parent f98e1227e8
commit 458e72d6aa
4 changed files with 54 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
services:
backend:
image: gitea-workshop-app:latest
container_name: gitea-workshop-app-backend
ports:
- "50000:8080"
restart: always
networks:
- "gitea-workshop"
networks:
gitea-workshop: