1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-10-16 07:07:26 +00:00

🔧 Move frontend to a lower position

This commit is contained in:
Steffo 2021-11-04 00:33:34 +01:00
parent ed5f7bce6d
commit 7dd6cc08f0

View file

@ -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: