Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
phis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NPEC
phis
Commits
8b858ca6
Commit
8b858ca6
authored
6 years ago
by
sven
Browse files
Options
Downloads
Patches
Plain Diff
full flow. But host names are not reachable yet
parent
33482b87
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/docker-compose.yml
+43
-42
43 additions, 42 deletions
docker/docker-compose.yml
with
43 additions
and
42 deletions
docker/docker-compose.yml
+
43
−
42
View file @
8b858ca6
version
:
"
3.5"
services
:
mongodb
:
image
:
'
bitnami/mongodb:3.6'
labels
:
kompose.service.type
:
nodeport
ports
:
-
"
27017:27017"
volumes
:
-
/media/sven/extData/sven/npec/mongodb:/bitnami
environment
:
-
MONGODB_DATABASE=diaphen
mongodb
:
image
:
'
bitnami/mongodb:3.6'
labels
:
kompose.service.type
:
nodeport
ports
:
-
"
27017:27017"
volumes
:
-
/media/sven/extData/sven/npec/mongodb:/bitnami
environment
:
-
MONGODB_DATABASE=diaphen
postgres
:
image
:
postgres
restart
:
always
ports
:
-
"
5432:5432"
environment
:
-
POSTGRES_PASSWORD=azerty
-
POSTGRES_USER=phis
-
POSTGRES_DB=diaphen
volumes
:
-
/home/sven/git/phis/docker/postgres:/var/lib/postgresql/data
postgres
:
image
:
postgres
restart
:
always
ports
:
-
"
5432:5432"
environment
:
-
POSTGRES_PASSWORD=azerty
-
POSTGRES_USER=phis
-
POSTGRES_DB=diaphen
volumes
:
-
/home/sven/git/phis/docker/postgres:/var/lib/postgresql/data
php
:
image
:
php:7.1-apache
ports
:
-
"
80:80"
volumes
:
-
/home/sven/git/phis/docker/apache/html:/var/www/html
php
:
image
:
php:7.1-apache
ports
:
-
"
80:80"
volumes
:
-
/home/sven/git/phis/docker/apache/html:/var/www/html
tomcat
:
image
:
'
tomcat:9.0'
ports
:
-
"
8080:8080"
volumes
:
-
/home/sven/git/phis/docker/tomcat:/usr/local/tomcat/conf/
-
/home/sven/git/phis/docker/tomcat/webapps:/usr/local/tomcat/webapps/
-
/home/sven/git/phis/docker/tomcat/webapps/META-INF:/usr/local/tomcat/webapps/manager/META-INF
tomcat
:
image
:
'
tomcat:9.0'
ports
:
-
"
8080:8080"
volumes
:
-
/home/sven/git/phis/docker/tomcat:/usr/local/tomcat/conf/
-
/home/sven/git/phis/docker/tomcat/webapps:/usr/local/tomcat/webapps/
-
/home/sven/git/phis/docker/tomcat/webapps/META-INF:/usr/local/tomcat/webapps/manager/META-INF
adminer
:
image
:
adminer
restart
:
always
ports
:
-
9090:8080
adminer
:
image
:
adminer
restart
:
always
ports
:
-
9090:8080
phis
:
phis
:
build
:
"
./phis"
depends_on
:
links
:
-
adminer
-
tomcat
-
php
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment