This commit is contained in:
2024-07-15 21:54:12 +00:00
commit 41bdd55358
33 changed files with 4503 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
version: "3.7"
services:
gate:
image: nginx:latest
ports:
- "8080:80"
volumes:
- ./public/maps:/usr/share/nginx/html/maps
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf