Skip to content

Commit

Permalink
Merge pull request #1149 from open-dynaMIX/release_0.1.3
Browse files Browse the repository at this point in the history
fix: fix compose files and trigger new app release
  • Loading branch information
open-dynaMIX authored Nov 18, 2024
2 parents a75915b + 54f8a51 commit dff43d5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
5 changes: 0 additions & 5 deletions compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ services:
restart: unless-stopped

api:
build:
context: ./api/
env_file: ./.envs/.production/.api
restart: unless-stopped

Expand All @@ -23,9 +21,6 @@ services:
restart: unless-stopped

ember:
build:
args:
OIDC_HOST: "${OIDC_HOST:?Set OIDC_HOST env variable}"
restart: unless-stopped

minio:
Expand Down
4 changes: 0 additions & 4 deletions compose.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ services:
restart: unless-stopped

api:
image: ghcr.io/adfinis/mysagw:0.1.0
env_file: ./.envs/.staging/.api
restart: unless-stopped

Expand All @@ -22,9 +21,6 @@ services:
restart: unless-stopped

ember:
build:
args:
OIDC_HOST: "${OIDC_HOST:?Set OIDC_HOST env variable}"
restart: unless-stopped

minio:
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
x-version: 0.1.2
x-version: 0.1.3

services:
db:
Expand Down

0 comments on commit dff43d5

Please sign in to comment.