Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F995902
docker-compose.yml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
951 B
Referenced Files
None
Subscribers
None
docker-compose.yml
View Options
version
:
'3.2'
services
:
db
:
image
:
mongo:3.4-jessie
volumes
:
-
type
:
volume
source
:
mongo_db
target
:
/data/db
volume
:
nocopy
:
true
-
type
:
volume
source
:
mongo_configdb
target
:
/data/configdb
volume
:
nocopy
:
true
ports
:
-
"127.0.0.1:<<mongo_external_port>>:27017"
app
:
image
:
<<project_name>>-app:latest
build
:
context
:
.
dockerfile
:
app.dockerfile
volumes
:
-
type
:
bind
source
:
./
target
:
/opt/<<project_name>>
ports
:
-
"127.0.0.1:<<app_port>>:<<app_port>>"
user
:
${UID:-1000}:${GID:-1000}
webserver
:
image
:
<<project_name>>-webserver:latest
build
:
context
:
.
dockerfile
:
webserver.dockerfile
ports
:
-
"127.0.0.1:<<nginx_http_port>>:<<nginx_http_port>>"
-
"127.0.0.1:<<nginx_https_port>>:<<nginx_https_port>>"
volumes
:
mongo_db
:
mongo_configdb
:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 24, 01:18 (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
556994
Default Alt Text
docker-compose.yml (951 B)
Attached To
Mode
rST sealious-template
Attached
Detach File
Event Timeline
Log In to Comment