Initial commit

This commit is contained in:
2026-03-21 16:04:40 +00:00
commit 080952129b
6 changed files with 124 additions and 0 deletions

13
docker/docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
version: "3.8"
services:
app:
image: your-app:latest
container_name: your-app
restart: unless-stopped
networks:
- proxy
networks:
proxy:
external: true