mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-28 22:03:10 +00:00
Add docker files for expo page
This commit is contained in:
parent
578b0e728b
commit
77c0711a24
11 changed files with 76 additions and 522 deletions
|
@ -12,9 +12,11 @@ services:
|
|||
- ./Caddy/data:/data
|
||||
- ./Caddy/config:/config
|
||||
environment:
|
||||
DOMAIN: expo.leggy.dev
|
||||
DOMAIN_HIGHSCORE: tfr.leggy.dev
|
||||
DOMAIN_EXPO: expo.leggy.dev
|
||||
links:
|
||||
- highscore
|
||||
- expo
|
||||
|
||||
db:
|
||||
image: postgres:alpine
|
||||
|
@ -41,3 +43,12 @@ services:
|
|||
DB_PASSWORD: secret
|
||||
DB_HOST: db
|
||||
DB_NAME: database
|
||||
|
||||
expo:
|
||||
build: ./DV8-Expo
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./DV8-Expo/data:/data/storage
|
||||
- ./DV8-Expo/logs:/data/logs
|
||||
environment:
|
||||
FLASK_KEY: secret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue