mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-06-23 08:06:17 +00:00
Save database data
This commit is contained in:
parent
76d8e6ad27
commit
dbd6a81c78
5 changed files with 23 additions and 10 deletions
|
@ -1,4 +1,5 @@
|
|||
version: "3.9"
|
||||
|
||||
services:
|
||||
caddy:
|
||||
image: caddy:alpine
|
||||
|
@ -11,7 +12,8 @@ services:
|
|||
- ./Caddy/config:/config
|
||||
links:
|
||||
- highscore
|
||||
|
||||
highscore:
|
||||
build: ./Highscore-Server
|
||||
volumes:
|
||||
- ./Highscore-Server/data:/data
|
||||
- ./Highscore-Server/data:/data/storage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue