Change deploy action and dockerfile, add compose.yml
Build and Deploy / build-and-deploy (push) Failing after 15s

This commit is contained in:
Torben Schaffhauser
2026-06-27 18:15:27 +02:00
parent a14f753f2b
commit abd4c099b6
2 changed files with 20 additions and 26 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
app:
image: sveltekit-test:latest
container_name: sveltekit-test
restart: unless-stopped
networks:
- proxy
networks:
proxy:
external: true