mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-21 22:34:21 +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
|
- bone
|
||||||
restart: always
|
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:
|
backend:
|
||||||
image: ghcr.io/steffo99/sophon-backend:latest
|
image: ghcr.io/steffo99/sophon-backend:latest
|
||||||
environment:
|
environment:
|
||||||
|
@ -80,6 +72,15 @@ services:
|
||||||
- bone
|
- bone
|
||||||
restart: always
|
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:
|
proxy:
|
||||||
image: ghcr.io/steffo99/sophon-proxy:latest
|
image: ghcr.io/steffo99/sophon-proxy:latest
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue