We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87c5a2 commit 86068eeCopy full SHA for 86068ee
1 file changed
.package/docker-compose.yml
@@ -20,18 +20,6 @@ services:
20
- type: bind
21
source: ./server-appsettings.json
22
target: /opt/shuttle.access.server/appsettings.json
23
- projection:
24
- image:
25
- shuttle/access-projection:latest
26
- environment:
27
- - CONFIGURATION_FOLDER=.
28
- depends_on:
29
- - "database"
30
- - "server"
31
- volumes:
32
- - type: bind
33
- source: ./projection-appsettings.json
34
- target: /opt/shuttle.access.projection/appsettings.json
35
web-api:
36
image:
37
shuttle/access-webapi:latest
0 commit comments