Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sygal-import-ws
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
sygal-import-ws
Commits
14dacea4
Commit
14dacea4
authored
Mar 21, 2022
by
Bertrand Gauthier
Browse files
Options
Downloads
Patches
Plain Diff
Docker : ajustements pour pouvoir construire une image de démo
parent
13396154
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.dockerignore
+13
-15
13 additions, 15 deletions
.dockerignore
Dockerfile
+5
-1
5 additions, 1 deletion
Dockerfile
docker-compose.yml
+8
-1
8 additions, 1 deletion
docker-compose.yml
with
26 additions
and
17 deletions
.dockerignore
+
13
−
15
View file @
14dacea4
nbproject
/config/autoload/*local*.php
._*
.~lock.*
/data/db/
.buildpath
/data/cache/
/data/DoctrineModule/
/data/DoctrineORMModule/
/vendor
/tmp/
.DS_Store
.DS_Store
.idea
.idea/
.project
.~*
.settings
.sass-cache/
vendor/
public/vendor/
config/development.config.php
config/autoload/local.php
config/autoload/*.local.php
!public/vendor/README.md
data/cache/*
!data/cache/.gitkeep
This diff is collapsed.
Click to expand it.
Dockerfile
+
5
−
1
View file @
14dacea4
ARG
PHP_VERSION
ARG
PHP_VERSION
FROM
unicaen-dev-php${PHP_VERSION}-apache
FROM
registre.unicaen.fr:5000/
unicaen-dev-php${PHP_VERSION}-apache
LABEL
maintainer="Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr>"
LABEL
maintainer="Bertrand GAUTHIER <bertrand.gauthier at unicaen.fr>"
...
@@ -19,3 +19,7 @@ ADD docker/fpm/conf.d/app.ini ${PHP_CONF_DIR}/fpm/conf.d/
...
@@ -19,3 +19,7 @@ ADD docker/fpm/conf.d/app.ini ${PHP_CONF_DIR}/fpm/conf.d/
RUN
a2ensite app app-ssl
&&
\
RUN
a2ensite app app-ssl
&&
\
service php
${
PHP_VERSION
}
-fpm
reload
service php
${
PHP_VERSION
}
-fpm
reload
COPY
. /app
WORKDIR
/app
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
8
−
1
View file @
14dacea4
...
@@ -2,12 +2,19 @@ version: "2"
...
@@ -2,12 +2,19 @@ version: "2"
services
:
services
:
sygal-import-ws
:
sygal-import-ws
:
image
:
sygal-import-ws-image-php7.0
# image: sygal-import-ws-image-php7.0
build
:
context
:
.
args
:
-
PHP_VERSION=7.0
container_name
:
sygal-import-ws-container-php7.0
container_name
:
sygal-import-ws-container-php7.0
environment
:
environment
:
-
http_proxy
-
http_proxy
-
https_proxy
-
https_proxy
-
no_proxy
-
no_proxy
-
HTTP_PROXY
-
HTTPS_PROXY
-
NO_PROXY
ports
:
ports
:
-
"
8443:443"
-
"
8443:443"
volumes
:
volumes
:
...
...
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