initial commit

This commit is contained in:
2025-11-26 09:50:45 +00:00
commit 613dc0e9d0
8 changed files with 68 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
services:
flingue-website:
image: lucaasmth/flingue-website
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
networks:
default:
name: scoobydoo
external: true