Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nfs-image
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker images
nfs-image
Commits
c7e249b8
Commit
c7e249b8
authored
2 years ago
by
Andri Joos
Browse files
Options
Downloads
Plain Diff
Merge branch 'add_deployments_to_joos.io_domain'
parents
92e2e86c
fa442f58
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
gitlab/gitlab_small.yaml
+3
-1
3 additions, 1 deletion
gitlab/gitlab_small.yaml
nextcloud/nextcloud_small.yaml
+3
-1
3 additions, 1 deletion
nextcloud/nextcloud_small.yaml
wordpress/wordpress_small.yaml
+3
-1
3 additions, 1 deletion
wordpress/wordpress_small.yaml
with
9 additions
and
3 deletions
gitlab/gitlab_small.yaml
+
3
−
1
View file @
c7e249b8
...
...
@@ -6,7 +6,9 @@ deployments:
-
id
:
gitlab
image
:
${GITLAB_IMAGE}
name
:
gitlab
uri
:
git.${BASE_URL}
uri
:
-
git.${BASE_URL}
-
git.${JOOS_IO_BASE_URL}
maxUploadSize
:
1024m
volumes
:
gitlab-config
:
...
...
This diff is collapsed.
Click to expand it.
nextcloud/nextcloud_small.yaml
+
3
−
1
View file @
c7e249b8
...
...
@@ -10,7 +10,9 @@ deployments:
POSTGRES_USER
:
88a16dd8d4bf
# nextcloud db user/pw in config/config.php
POSTGRES_PASSWORD
:
0fb01de0cbcf
NEXTCLOUD_TRUSTED_DOMAINS
:
"
cloud.${BASE_URL}"
uri
:
cloud.${BASE_URL}
uri
:
-
cloud.${BASE_URL}
-
cloud.${JOOS_IO_BASE_URL}
volumes
:
config
:
nfs
:
...
...
This diff is collapsed.
Click to expand it.
wordpress/wordpress_small.yaml
+
3
−
1
View file @
c7e249b8
...
...
@@ -10,7 +10,9 @@ deployments:
WORDPRESS_DB_NAME
:
wordpress
WORDPRESS_DB_USER
:
da06a40c79bc
WORDPRESS_DB_PASSWORD
:
1b545039bf4d
uri
:
${BASE_URL}
uri
:
-
${BASE_URL}
-
andri.${JOOS_IO_BASE_URL}
volumes
:
wordpress-html
:
nfs
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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