mirror of
https://github.com/Team4388/ScoutingApp2022.git
synced 2026-06-08 16:28:04 -06:00
created app skeleton
This commit is contained in:
+2
-3
@@ -12,7 +12,7 @@ services:
|
||||
- './webserver:/app'
|
||||
- '/app/node_modules'
|
||||
ports:
|
||||
- "3001:3000"
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- CHOKIDAR_USEPOLLING=true
|
||||
couchdb:
|
||||
@@ -34,5 +34,4 @@ services:
|
||||
- COUCHDB_PASSWORD=${COUCHDB_PASSWORD}
|
||||
volumes:
|
||||
- ./couchdb/db.local.ini:/opt/couchdb/etc/local.ini
|
||||
- ./couchdb/data:/opt/couchdb/data
|
||||
|
||||
- ./couchdb/data:/opt/couchdb/data
|
||||
Reference in New Issue
Block a user