1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 14:54:22 +00:00

Use ghcr.io for docker images

This commit is contained in:
Steffo 2021-10-20 16:59:12 +02:00 committed by GitHub
parent 583d65c2e2
commit 110484c326

View file

@ -26,14 +26,14 @@ services:
- bone - bone
frontend: frontend:
image: steffo45/sophon-frontend image: ghcr.io/steffo99/sophon-frontend
environment: environment:
- REACT_APP_DEFAULT_INSTANCE=http://api.dev.sophon.steffo.eu - REACT_APP_DEFAULT_INSTANCE=http://api.dev.sophon.steffo.eu
networks: networks:
- bone - bone
backend: backend:
image: steffo45/sophon-backend image: ghcr.io/steffo99/sophon-backend
environment: environment:
# TODO: Set a random secret key! # TODO: Set a random secret key!
- DJANGO_SECRET_KEY=change-me!!! - DJANGO_SECRET_KEY=change-me!!!
@ -78,8 +78,9 @@ services:
- bone - bone
proxy: proxy:
image: steffo45/sophon-proxy image: ghcr.io/steffo99/sophon-proxy
ports: ports:
# Change this port based on your own needs!
- "80:80" - "80:80"
environment: environment:
# TODO: Configure your proxy details! # TODO: Configure your proxy details!