Commit 3d0ba79
committed
feat(compose): add prod file and update app service
Introduce `compose.prod.yaml` for production deployment,
mapping standard HTTP and HTTPS ports for Traefik and using
the `ghcr.io/nethesis/ctiapp:latest` image in prod. Update
`compose.override.yaml` to build `app` locally via Dockerfile
while removing the old image reference from `compose.yaml`.1 parent 5c369a4 commit 3d0ba79
3 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
0 commit comments