mirror of
https://github.com/System-End/stickers.git
synced 2026-04-19 16:28:17 +00:00
smimimi
This commit is contained in:
parent
245dcfb815
commit
e94834f236
1 changed files with 4 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
|||
services:
|
||||
backend:
|
||||
build: ./backend
|
||||
ports:
|
||||
- "9292:9292"
|
||||
expose:
|
||||
- "9292"
|
||||
environment:
|
||||
- SESSION_SECRET
|
||||
- OIDC_ISSUER
|
||||
|
|
@ -15,8 +15,8 @@ services:
|
|||
|
||||
frontend:
|
||||
build: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
expose:
|
||||
- "3000"
|
||||
environment:
|
||||
- ORIGIN=https://kks08kkcg88ckkcocwooc4ck.a.selfhosted.hackclub.com
|
||||
- BACKEND_URL=http://backend:9292
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue