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
06c67387
Commit
06c67387
authored
6 years ago
by
sven
Browse files
Options
Downloads
Patches
Plain Diff
Added posgis module and mysql dump phis
parent
8b858ca6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/docker-compose.yml
+16
-10
16 additions, 10 deletions
docker/docker-compose.yml
docker/phis/Dockerfile
+2
-1
2 additions, 1 deletion
docker/phis/Dockerfile
with
18 additions
and
11 deletions
docker/docker-compose.yml
+
16
−
10
View file @
06c67387
...
...
@@ -2,6 +2,8 @@ version: "3.5"
services
:
mongodb
:
image
:
'
bitnami/mongodb:3.6'
networks
:
-
backend
labels
:
kompose.service.type
:
nodeport
ports
:
...
...
@@ -12,7 +14,9 @@ services:
-
MONGODB_DATABASE=diaphen
postgres
:
image
:
postgres
image
:
'
mdillon/postgis'
networks
:
-
backend
restart
:
always
ports
:
-
"
5432:5432"
...
...
@@ -25,6 +29,9 @@ services:
php
:
image
:
php:7.1-apache
networks
:
-
backend
-
frontend
ports
:
-
"
80:80"
volumes
:
...
...
@@ -32,6 +39,8 @@ services:
tomcat
:
image
:
'
tomcat:9.0'
networks
:
-
backend
ports
:
-
"
8080:8080"
volumes
:
...
...
@@ -42,16 +51,13 @@ services:
adminer
:
image
:
adminer
networks
:
-
backend
-
frontend
restart
:
always
ports
:
-
9090:8080
phis
:
build
:
"
./phis"
links
:
-
adminer
-
tomcat
-
php
-
postgres
-
mongodb
\ No newline at end of file
networks
:
frontend
:
backend
:
This diff is collapsed.
Click to expand it.
docker/phis/Dockerfile
+
2
−
1
View file @
06c67387
...
...
@@ -34,7 +34,8 @@ WORKDIR /home/phis
# Composer
RUN
composer global require
"fxp/composer-asset-plugin:^1.2.0"
RUN
wget
"https://github.com/OpenSILEX/docs-community-dev/blob/master/docs/phis_st_dump.sql"
RUN
wget
"https://raw.githubusercontent.com/OpenSILEX/docs-community-dev/master/docs/phis_st_dump.sql"
ARG
PGPASSWORD=azerty
RUN
psql
-h
postgres
-U
phis diaphen < phis_st_dump.sql
RUN
rm
phis_st_dump.sql
...
...
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