This commit is contained in:
2026-05-17 11:56:46 +07:00
parent 7f88fc6b0f
commit 2f5dd75460
5 changed files with 13 additions and 20 deletions
+4 -1
View File
@@ -10,6 +10,9 @@ services:
- "8100:8100" # user
- "8110:8110" # admin
- "8120:8120" # files
environment:
- HOST=https://evening-detective.crabs-games.art
- FILE_HOST=https://evening-detective-files.crabs-games.art
networks:
- crabs-network
volumes:
@@ -36,7 +39,7 @@ services:
reproxy.3.port: "8110"
reproxy.3.ping: "/"
# admin
# files
reproxy.4.server: "evening-detective-files.crabs-games.art"
reproxy.4.route: "/(.*)"
reproxy.4.dest: "http://evening_detective:8120/$$1"