mirror of
https://github.com/Team4388/ScoutingApp2022.git
synced 2026-06-08 16:28:04 -06:00
bawling out
This commit is contained in:
@@ -3,20 +3,20 @@ version: "3"
|
||||
services:
|
||||
scouting-webserver-prod:
|
||||
container_name: "production"
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
build:
|
||||
context: ./webserver
|
||||
dockerfile: ./Dockerfile.prod
|
||||
expose:
|
||||
- 80
|
||||
ports:
|
||||
- "80:80/tcp"
|
||||
# - "80:80/tcp"
|
||||
# - "443:443/tcp"
|
||||
volumes:
|
||||
- ./webserver/nginx:/etc/nginx/:ro
|
||||
- ./webserver:/app
|
||||
# - ./webserver/build/:/app/build/
|
||||
- ./webserver/build:/nooo/build
|
||||
# - '/app/node_modules'
|
||||
# - './webserver/public:/app/public/'
|
||||
# - '/app/public/'
|
||||
# - '/app/src/'
|
||||
# - ./webserver/nginx:/etc/nginx/:ro
|
||||
# ssl-proxy:
|
||||
# image: fsouza/docker-ssl-proxy
|
||||
# ports:
|
||||
|
||||
Reference in New Issue
Block a user