mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
Use ghcr.io for docker images
This commit is contained in:
parent
583d65c2e2
commit
110484c326
1 changed files with 4 additions and 3 deletions
|
@ -26,14 +26,14 @@ services:
|
|||
- bone
|
||||
|
||||
frontend:
|
||||
image: steffo45/sophon-frontend
|
||||
image: ghcr.io/steffo99/sophon-frontend
|
||||
environment:
|
||||
- REACT_APP_DEFAULT_INSTANCE=http://api.dev.sophon.steffo.eu
|
||||
networks:
|
||||
- bone
|
||||
|
||||
backend:
|
||||
image: steffo45/sophon-backend
|
||||
image: ghcr.io/steffo99/sophon-backend
|
||||
environment:
|
||||
# TODO: Set a random secret key!
|
||||
- DJANGO_SECRET_KEY=change-me!!!
|
||||
|
@ -78,8 +78,9 @@ services:
|
|||
- bone
|
||||
|
||||
proxy:
|
||||
image: steffo45/sophon-proxy
|
||||
image: ghcr.io/steffo99/sophon-proxy
|
||||
ports:
|
||||
# Change this port based on your own needs!
|
||||
- "80:80"
|
||||
environment:
|
||||
# TODO: Configure your proxy details!
|
||||
|
|
Loading…
Reference in a new issue