mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-29 14:13:11 +00:00
Add enviroment variables
This commit is contained in:
parent
dbd6a81c78
commit
fda3fcc28c
5 changed files with 17 additions and 9 deletions
|
@ -10,6 +10,9 @@ services:
|
|||
- ./Caddy/Caddyfile:/etc/caddy/Caddyfile
|
||||
- ./Caddy/data:/data
|
||||
- ./Caddy/config:/config
|
||||
environment:
|
||||
- ACME_AGREE=true
|
||||
- DOMAIN=expo.leggy.dev
|
||||
links:
|
||||
- highscore
|
||||
|
||||
|
@ -17,3 +20,6 @@ services:
|
|||
build: ./Highscore-Server
|
||||
volumes:
|
||||
- ./Highscore-Server/data:/data/storage
|
||||
environment:
|
||||
- FLASK_KEY=secret
|
||||
- BEARER_TOKEN=1234
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue