This commit is contained in:
Владимир Федоров
2026-07-21 15:29:33 +07:00
parent c64955928e
commit 2570d71f72
+8 -1
View File
@@ -10,7 +10,7 @@ services:
networks:
- crabs-network
ports:
- "80:80"
- "8100:80"
command: >
sh -c " echo 'server {
listen 80;
@@ -21,6 +21,13 @@ services:
try_files \$uri \$uri/ /index.html;
}
}' > /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;' "
labels:
reproxy.1.server: "evening-detective.crabs-games.art"
reproxy.1.route: "/(.*)"
reproxy.1.dest: "http://evening_detective_frontend:8100/$$1"
reproxy.1.port: "81000"
reproxy.1.ping: "/"
reproxy.1.priority: 100
networks:
crabs-network: