init
Some checks failed
Build & Deploy Nuxt (Docker) / deploy (push) Failing after 6s

This commit is contained in:
Tom Trappmann
2025-12-22 21:30:18 +01:00
commit c0b06c1927
32 changed files with 17721 additions and 0 deletions

11
deploy/docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
nuxt-app:
image: ${IMAGE}
container_name: nautilusDesk
restart: unless-stopped
networks:
- proxy
networks:
proxy:
external: true