fix: install error
Some checks failed
Build & Push Docker Images / Build Image (., web/Dockerfile, web) (push) Failing after 23s
Build & Push Docker Images / Build Image (db, db/Dockerfile, db) (push) Failing after 11s
Build & Push Docker Images / Build Image (judger, judger/Dockerfile, judger) (push) Failing after 9s
Build & Push Docker Images / Build Image (remote_judger, remote_judger/Dockerfile, remote-judger) (push) Failing after 13s

This commit is contained in:
Baoshuo Ren 2024-08-10 18:53:34 +08:00
parent 678889ba4f
commit 86b9b47dd8
Failed to extract signature
3 changed files with 6 additions and 2 deletions

0
.config.php Normal file → Executable file
View File

View File

@ -77,6 +77,8 @@ services:
volumes:
- ./uoj_data/web/data:/var/uoj_data
- ./uoj_data/web/storage:/opt/uoj/web/app/storage
- ./.config.development.php:/opt/uoj/web/app/.config.php
- type: bind
source: ./.config.development.php
target: /opt/uoj/web/app/.config.php
ports:
- "80:80"

View File

@ -53,6 +53,8 @@ services:
volumes:
- ./uoj_data/web/data:/var/uoj_data
- ./uoj_data/web/storage:/opt/uoj/web/app/storage
- ./.config.php:/opt/uoj/web/app/.config.php
- type: bind
source: ./.config.php
target: /opt/uoj/web/app/.config.php
ports:
- "80:80"