Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dockerfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Picasoft
Technique
Dockerfiles
Commits
f19057b0
Commit
f19057b0
authored
5 years ago
by
Andres Maldonado
Browse files
Options
Downloads
Patches
Plain Diff
[Nginx] Add docker-compose.yml for websites
parent
6893d910
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pica-nginx/websites/docker-compose.yml
+130
-0
130 additions, 0 deletions
pica-nginx/websites/docker-compose.yml
with
130 additions
and
0 deletions
pica-nginx/websites/docker-compose.yml
0 → 100644
+
130
−
0
View file @
f19057b0
version
:
"
3.7"
volumes
:
website
:
external
:
true
doc
:
external
:
true
school
:
external
:
true
radio
:
external
:
true
culture
:
external
:
true
stiegler
:
external
:
true
networks
:
docker_default
:
external
:
true
services
:
####################
##### Site Web #####
####################
website
:
container_name
:
website
image
:
registry.picasoft.net/pica-nginx:stretch-20200323
volumes
:
-
website:/var/www/html
labels
:
-
"
traefik.frontend.rule=Host:www.picasoft.net,picasoft.net"
-
"
traefik.port=80"
-
"
traefik.enable=true"
restart
:
always
networks
:
-
docker_default
####################
## Documentation ###
####################
doc
:
container_name
:
doc
image
:
registry.picasoft.net/pica-nginx:stretch-20200323
volumes
:
-
doc:/var/www/html
labels
:
-
"
traefik.frontend.rule=Host:doc.picasoft.net"
-
"
traefik.port=80"
-
"
traefik.enable=true"
restart
:
always
networks
:
-
docker_default
####################
###### School ######
####################
school
:
container_name
:
school
image
:
registry.picasoft.net/pica-nginx:stretch-20200323
volumes
:
-
school:/var/www/html
labels
:
-
"
traefik.frontend.rule=Host:school.picasoft.net"
-
"
traefik.port=80"
-
"
traefik.enable=true"
restart
:
always
networks
:
-
docker_default
####################
####### Radio ######
####################
radio
:
container_name
:
radio
image
:
registry.picasoft.net/pica-nginx:stretch-20200323
volumes
:
-
radio:/var/www/html
labels
:
-
"
traefik.frontend.rule=Host:radio.picasoft.net"
-
"
traefik.port=80"
-
"
traefik.enable=true"
restart
:
always
networks
:
-
docker_default
####################
##### Culture ######
####################
culture
:
container_name
:
culture
image
:
registry.picasoft.net/pica-nginx:stretch-20200323
volumes
:
-
culture:/var/www/html
labels
:
-
"
traefik.frontend.rule=Host:culture.picasoft.net"
-
"
traefik.port=80"
-
"
traefik.enable=true"
environment
:
-
AUTOINDEX=true
restart
:
always
networks
:
-
docker_default
####################
##### Stiegler #####
####################
stiegler
:
container_name
:
stiegler
image
:
registry.picasoft.net/pica-nginx:stretch-20200323
volumes
:
-
stiegler:/var/www/html
labels
:
-
"
traefik.frontend.rule=Host:stiegler.picasoft.net"
-
"
traefik.port=80"
-
"
traefik.enable=true"
restart
:
always
networks
:
-
docker_default
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