Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HARMONY
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Amel Abdic
HARMONY
Commits
7104b8de
Commit
7104b8de
authored
1 year ago
by
jensilo
Browse files
Options
Downloads
Patches
Plain Diff
style
parent
9a14e2f5
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
docker/app/docker-compose.yml
+3
-3
3 additions, 3 deletions
docker/app/docker-compose.yml
with
3 additions
and
3 deletions
docker/app/docker-compose.yml
+
3
−
3
View file @
7104b8de
...
...
@@ -8,7 +8,7 @@ services:
networks
:
-
services
volumes
:
# The postgres data is stored in the pg/data folder on your host machine, allowing postgres to persist data even if the container is removed
# The postgres data is stored in the pg/data
/
folder on your host machine, allowing postgres to persist data even if the container is removed
-
./pg/data:/var/lib/postgresql/data
environment
:
POSTGRES_USER
:
harmony
...
...
@@ -24,7 +24,7 @@ services:
-
appnet
-
services
volumes
:
# You can override the default configuration by placing a local configuration file in harmony/config/local
# You can override the default configuration by placing a local configuration file in harmony/config/local
/
-
./harmony/config/local:/app/config/local
environment
:
BASE_URL
:
${HTTP}://${BASE_URL}
...
...
@@ -42,7 +42,7 @@ services:
# Disable this for production and use BASE_URL: yourdomain.com and HTTP: https.
-
"
8080:8213"
# Uncomment the following labels to allow Traefik to route to this service. See explanations above each label for more information.
# Also, see the default
/
docker/traefik.example setup that is included in this repository. It is not necessary to implement this exact setup,
# Also, see the default docker/traefik.example
/
setup that is included in this repository. It is not necessary to implement this exact setup,
# but it might help you understand how to configure Traefik. For more see the Traefik documentation.
#labels:
# Enable Traefik for this service, otherwise it will not be routed to
...
...
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