added docker compose
Some checks failed
Build and Push / build (push) Has been cancelled

This commit is contained in:
hook-lord 2024-09-14 00:47:50 +02:00
parent 71f742d107
commit 820d8377a4

6
docker-compose.yaml Normal file
View File

@ -0,0 +1,6 @@
services:
confetti-api:
image: gitea.rannes.dev/rannes.dev/confetti-api:main
ports:
- 8080:8080
restart: always