Files
Torben Schaffhauser abd4c099b6
Build and Deploy / build-and-deploy (push) Failing after 15s
Change deploy action and dockerfile, add compose.yml
2026-06-27 18:15:27 +02:00

12 lines
180 B
YAML

services:
app:
image: sveltekit-test:latest
container_name: sveltekit-test
restart: unless-stopped
networks:
- proxy
networks:
proxy:
external: true