This commit is contained in:
Aquaticholic
2022-04-08 15:41:52 +01:00
parent 5c370423b3
commit 421d3e01fb
24 changed files with 2036 additions and 1232 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ version: "3"
services:
scouting-webserver-nginx:
container_name: "production"
container_name: "nginx_prod"
restart: unless-stopped
env_file:
- .env
@@ -15,5 +15,5 @@ services:
ports:
- "80:80/tcp"
volumes:
- ./build:/usr/share/nginx/html
- ./webserver/build:/usr/share/nginx/html
- ./webserver/nginx:/etc/nginx/:ro