mirror of
https://github.com/Team4388/ScoutingApp2022.git
synced 2026-06-09 00:38:03 -06:00
built
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user