Change deploy action and dockerfile, add compose.yml
Build and Deploy / build-and-deploy (push) Failing after 15s
Build and Deploy / build-and-deploy (push) Failing after 15s
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
app:
|
||||
image: sveltekit-test:latest
|
||||
container_name: sveltekit-test
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user