Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
ESAP API Gateway
Manage
Activity
Members
Labels
Plan
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
ASTRON SDC
ESCAPE WP5
ESAP API Gateway
Merge requests
!197
Remove submodule and integrate UWS in base config
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
Remove submodule and integrate UWS in base config
features/sdc-372_simplify_config
into
master
Overview
0
Commits
4
Pipelines
10
Changes
11
Merged
Klaas Kliffen
requested to merge
features/sdc-372_simplify_config
into
master
2 years ago
Overview
0
Commits
4
Pipelines
10
Changes
11
Expand
0
0
Merge request reports
Compare
master
version 4
e6571720
2 years ago
version 3
346cf0ed
2 years ago
version 2
8a6fe63c
2 years ago
version 1
174e1482
2 years ago
master (base)
and
latest version
latest version
74cf24f8
4 commits,
2 years ago
version 4
e6571720
3 commits,
2 years ago
version 3
346cf0ed
2 commits,
2 years ago
version 2
8a6fe63c
2 commits,
2 years ago
version 1
174e1482
1 commit,
2 years ago
11 files
+
17
−
114
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
compose/docker-compose.async-dev.yml
+
0
−
13
Options
@@ -3,16 +3,3 @@ services:
@@ -3,16 +3,3 @@ services:
image
:
rabbitmq:3.9-alpine
image
:
rabbitmq:3.9-alpine
ports
:
ports
:
-
"
5672:5672"
-
"
5672:5672"
postgres
:
image
:
postgres:14-alpine
ports
:
-
"
5432:5432"
environment
:
POSTGRES_PASSWORD
:
"
secret"
POSTGRES_USER
:
"
postgres"
POSTGRES_DB
:
"
uws_jobs"
volumes
:
-
db:/var/lib/postgresql/data
volumes
:
db
:
Loading