1 parent 31186ec commit 7dee3e2Copy full SHA for 7dee3e2
1 file changed
docker-compose.yaml
@@ -1,5 +1,6 @@
1
services:
2
api:
3
+ image: ghcr.io/dtfiedler/permagate-alerts:latest
4
build:
5
context: .
6
dockerfile: Dockerfile
@@ -28,11 +29,10 @@ services:
28
29
- ./data:/usr/src/app/data
30
31
worker:
32
33
34
35
- args:
- - RUN_MIGRATIONS=true
36
environment:
37
- PORT=${PORT:-3000}
38
- NODE_ENV=${NODE_ENV:-development}
0 commit comments