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 90c2b42 commit e9c53a4Copy full SHA for e9c53a4
deployment/docker/datamate/docker-compose.yml
@@ -31,6 +31,13 @@ services:
31
depends_on:
32
- datamate-database
33
34
+ datamate-gateway:
35
+ container_name: datamate-gateway
36
+ image: ${REGISTRY:-}datamate-gateway
37
+ restart: on-failure
38
+ privileged: true
39
+ networks: [ datamate ]
40
+
41
# 2) frontend(NodePort 30000)
42
datamate-frontend:
43
container_name: datamate-frontend
0 commit comments