Skip to content

Commit

Permalink
Merge branch 'master' into fix-non-reactive-avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
Bettelstab authored Aug 15, 2024
2 parents 6a1104f + 7115d0d commit ab51463
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions authentik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ services:
- redis:/data

authentik:
image: ghcr.io/dreammall-earth/dreammall.earth/authentik:latest
build:
context: .
target: production
Expand All @@ -59,6 +60,7 @@ services:
- redis

authentik-worker:
image: ghcr.io/dreammall-earth/dreammall.earth/authentik:latest
build:
context: .
target: production
Expand Down
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
- db_vol:/var/lib/mysql

presenter:
image: ghcr.io/dreammall-earth/dreammall.earth/presenter:latest
build:
context: ./presenter
target: production
Expand All @@ -23,6 +24,7 @@ services:
- NODE_ENV=production

frontend:
image: ghcr.io/dreammall-earth/dreammall.earth/frontend:latest
build:
context: ./frontend
target: production
Expand All @@ -32,6 +34,7 @@ services:
- NODE_ENV=production

admin:
image: ghcr.io/dreammall-earth/dreammall.earth/admin:latest
build:
context: ./admin
target: production
Expand All @@ -41,6 +44,7 @@ services:
- NODE_ENV=production

backend:
image: ghcr.io/dreammall-earth/dreammall.earth/backend:latest
build:
context: ./backend
target: production
Expand Down

0 comments on commit ab51463

Please sign in to comment.