Skip to content
GitLab
Explore
Sign in
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
!25
adding ida app
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
adding ida app
esap-gateway-query
into
master
Overview
0
Commits
4
Pipelines
0
Changes
28
Merged
Nico Vermaas
requested to merge
esap-gateway-query
into
master
4 years ago
Overview
0
Commits
4
Pipelines
0
Changes
28
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
0e197d25
4 commits,
4 years ago
28 files
+
412
−
66
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
28
Search (e.g. *.vue) (Ctrl+P)
esap/docker/docker-compose-query.yml
+
15
−
28
Options
@@ -9,19 +9,6 @@ networks:
driver
:
bridge
services
:
esap_api
:
container_name
:
esap_api
image
:
esap_api:latest
networks
:
-
esap_network
expose
:
-
8000
env_file
:
-
$HOME/shared/oidc
restart
:
always
volumes
:
-
$HOME/shared:/shared
esap_api_query
:
container_name
:
esap_api_query
image
:
esap_api_query:latest
@@ -37,19 +24,19 @@ services:
volumes
:
-
$HOME/shared/:/shared
esap_nginx
:
build
:
context
:
$HOME/shared
dockerfile
:
Dockerfile
container_name
:
esap_nginx
image
:
esap_nginx:latest
networks
:
-
esap_network
ports
:
-
80:80
volumes
:
-
$HOME/shared:/shared
-
$HOME/shared:/etc/nginx/conf.d
-
$HOME/shared/static:/static
restart
:
always
#
esap_nginx:
#
build:
#
context: $HOME/shared
#
dockerfile: Dockerfile
#
container_name: esap_nginx
#
image: esap_nginx:latest
#
networks:
#
- esap_network
#
ports:
#
- 80:80
#
volumes:
#
- $HOME/shared:/shared
#
- $HOME/shared:/etc/nginx/conf.d
#
- $HOME/shared/static:/static
#
restart: always
Loading