Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 459 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 459 Bytes

Hilfling - OAuth

OAuth server for Fotogjengen

Development environment

To bring up dev docker container with hot-reloading docker-compose up --build dev

Production environment

To bring up production environment make sure you have a local external traefik network (docker prompts you to do this and gives you a command if you don't already have it)

To bring up the prod container (build without hot reloading) docker-compose up --build prod