We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e0b8e commit 2f45d19Copy full SHA for 2f45d19
2 files changed
.github/workflows/build-and-push.yml
@@ -11,7 +11,7 @@ on:
11
- dashboard/**
12
- shared/**
13
- Dockerfile
14
- - docker-compose.standalone.yml
+ # - docker-compose.standalone.yml
15
- .github/workflows/**
16
17
jobs:
docker-compose.standalone.yml
@@ -33,7 +33,7 @@ services:
33
- "${STANDALONE_WEB_PORT:?Missing STANDALONE_WEB_PORT}:443"
34
35
migrate:
36
- image: dragory/zeppelin
+ image: ghcr.io/rubyowo/zeppelin:stock
37
depends_on:
38
mysql:
39
condition: service_healthy
@@ -51,7 +51,7 @@ services:
51
command: ["npm", "run", "migrate-prod"]
52
53
api:
54
55
56
57
condition: service_completed_successfully
@@ -63,7 +63,7 @@ services:
63
command: ["npm", "run", "start-api-prod"]
64
65
bot:
66
67
68
69
@@ -75,7 +75,7 @@ services:
75
command: ["npm", "run", "start-bot-prod"]
76
77
dashboard:
78
79
80
81
0 commit comments