mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-21 14:24:22 +00:00
🔧 Move frontend to a lower position
This commit is contained in:
parent
ed5f7bce6d
commit
7dd6cc08f0
1 changed files with 9 additions and 8 deletions
|
@ -26,14 +26,6 @@ services:
|
|||
- bone
|
||||
restart: always
|
||||
|
||||
frontend:
|
||||
image: ghcr.io/steffo99/sophon-frontend:latest
|
||||
environment:
|
||||
- REACT_APP_DEFAULT_INSTANCE=http://api.dev.sophon.steffo.eu
|
||||
networks:
|
||||
- bone
|
||||
restart: always
|
||||
|
||||
backend:
|
||||
image: ghcr.io/steffo99/sophon-backend:latest
|
||||
environment:
|
||||
|
@ -80,6 +72,15 @@ services:
|
|||
- bone
|
||||
restart: always
|
||||
|
||||
frontend:
|
||||
image: ghcr.io/steffo99/sophon-frontend:latest
|
||||
environment:
|
||||
# INSTALL: Configure your domain here!
|
||||
- REACT_APP_DEFAULT_INSTANCE=http://api.dev.sophon.steffo.eu
|
||||
networks:
|
||||
- bone
|
||||
restart: always
|
||||
|
||||
proxy:
|
||||
image: ghcr.io/steffo99/sophon-proxy:latest
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue