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
ee3e5287
Commit
ee3e5287
authored
4 years ago
by
Quentin Duchemin
Browse files
Options
Downloads
Patches
Plain Diff
[CloudCeT] Fix network conf
parent
ee021fe4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pica-nextcloud/docker-compose-cet.yml
+6
-8
6 additions, 8 deletions
pica-nextcloud/docker-compose-cet.yml
with
6 additions
and
8 deletions
pica-nextcloud/docker-compose-cet.yml
+
6
−
8
View file @
ee3e5287
version
:
'
3.7'
networks
:
nextcloud_cet
:
docker_default
:
name
:
docker_default
cloud_cet
:
name
:
cloud_cet
volumes
:
nextcloud_cet
:
...
...
@@ -16,7 +15,7 @@ services:
container_name
:
cloudcet
image
:
nextcloud:19.0-fpm
networks
:
-
cloud_cet
-
next
cloud_cet
volumes
:
-
nextcloud_cet:/var/www/html
env_file
:
./secrets/cloudcet.secrets
...
...
@@ -24,7 +23,6 @@ services:
-
POSTGRES_HOST=cloudcet_db
depends_on
:
-
cloudcet_db
-
cloudcet_web
restart
:
unless-stopped
cloudcet_web
:
...
...
@@ -34,15 +32,15 @@ services:
-
nextcloud_cet:/var/www/html:ro
-
./nginx_cet.conf:/etc/nginx/nginx.conf:ro
env_file
:
./secrets/cloudcet.secrets
ports
:
-
2002:80
labels
:
-
"
traefik.frontend.rule=Host:cloudcet.picasoft.net"
-
"
traefik.port=80"
-
"
traefik.enable=true"
networks
:
-
docker_default
-
cloud_cet
-
nextcloud_cet
depends_on
:
-
cloudcet
restart
:
unless-stopped
cloudcet_db
:
...
...
@@ -52,5 +50,5 @@ services:
-
nextcloud_cet_db:/var/lib/postgresql/data
env_file
:
./secrets/cloudcet.secrets
networks
:
-
cloud_cet
-
next
cloud_cet
restart
:
unless-stopped
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