diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..cdfad9e --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,6 @@ +services: + confetti-api: + image: gitea.rannes.dev/rannes.dev/confetti-api:main + ports: + - 8080:8080 + restart: always \ No newline at end of file