Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Librephotos Docker Scaling
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Dev Ops
Librephotos Docker Scaling
Commits
6854b830
Commit
6854b830
authored
1 year ago
by
Kai Kruschel
Browse files
Options
Downloads
Patches
Plain Diff
map nginx config to data folder for easier config
parent
928dee10
No related branches found
No related tags found
No related merge requests found
Pipeline
#42571
failed
1 year ago
Stage: build
Stage: test
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docker-compose.yml
+1
-0
1 addition, 0 deletions
docker-compose.yml
librephotos.env
+1
-4
1 addition, 4 deletions
librephotos.env
proxy/Dockerfile
+1
-1
1 addition, 1 deletion
proxy/Dockerfile
with
3 additions
and
5 deletions
docker-compose.yml
+
1
−
0
View file @
6854b830
...
@@ -16,6 +16,7 @@ services:
...
@@ -16,6 +16,7 @@ services:
volumes
:
volumes
:
-
${scanDirectory}:/data
-
${scanDirectory}:/data
-
${data}/protected_media:/protected_media
-
${data}/protected_media:/protected_media
-
${data}/nginx.conf:/etc/nginx/nginx.conf
ports
:
ports
:
-
${httpPort}:80
-
${httpPort}:80
depends_on
:
depends_on
:
...
...
This diff is collapsed.
Click to expand it.
librephotos.env
+
1
−
4
View file @
6854b830
...
@@ -61,7 +61,4 @@ PGADMIN_CONT_NAME=pgadmin
...
@@ -61,7 +61,4 @@ PGADMIN_CONT_NAME=pgadmin
codedir=./librephotos/code
codedir=./librephotos/code
# Location for pgAdmin
# Location for pgAdmin
pgAdminLocation=./librephotos/pgadmin
pgAdminLocation=./librephotos/pgadmin
\ No newline at end of file
# Location of the prometheus config file
promconf=./prometheus.yml
This diff is collapsed.
Click to expand it.
proxy/Dockerfile
+
1
−
1
View file @
6854b830
FROM
nginx
FROM
nginx
COPY
nginx.conf /etc/nginx/nginx.conf
#
COPY nginx.conf /etc/nginx/nginx.conf
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