Co-authored-by: Adam Bem <adam.bem@zoho.eu> Reviewed-on: #183 Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
This commit is contained in:
		| @@ -4,6 +4,9 @@ services: | ||||
|     redis: | ||||
|         image: 'redis' | ||||
|         restart: "no" | ||||
|         volumes: | ||||
|             - /etc/timezone:/etc/timezone:ro | ||||
|             - /etc/localtime:/etc/localtime:ro | ||||
|  | ||||
|     xmltools-frontend: | ||||
|         build: ./Frontend | ||||
| @@ -11,6 +14,9 @@ services: | ||||
|         image: xmltools-frontend | ||||
|         ports: | ||||
|         - 8086:80 | ||||
|         volumes: | ||||
|             - /etc/timezone:/etc/timezone:ro | ||||
|             - /etc/localtime:/etc/localtime:ro | ||||
|  | ||||
|     xmltools-backend: | ||||
|         build: ./Backend/tools-services | ||||
| @@ -25,6 +31,9 @@ services: | ||||
|         image: xmltools-libxml-backend | ||||
|         ports: | ||||
|         - 8082:80 | ||||
|         volumes: | ||||
|             - /etc/timezone:/etc/timezone:ro | ||||
|             - /etc/localtime:/etc/localtime:ro | ||||
|  | ||||
|     xmltools-mocked-services: | ||||
|         build: | ||||
| @@ -38,6 +47,9 @@ services: | ||||
|             - redis | ||||
|         environment: | ||||
|             SPRING_PROFILES_ACTIVE: DEV | ||||
|         volumes: | ||||
|             - /etc/timezone:/etc/timezone:ro | ||||
|             - /etc/localtime:/etc/localtime:ro | ||||
|  | ||||
|     swagger: | ||||
|         image: "swaggerapi/swagger-ui:latest" | ||||
| @@ -63,6 +75,9 @@ services: | ||||
|         command: | ||||
|             - "-e" | ||||
|             - "--strict.perms=false" | ||||
|         volumes: | ||||
|             - /etc/timezone:/etc/timezone:ro | ||||
|             - /etc/localtime:/etc/localtime:ro | ||||
|  | ||||
| networks: | ||||
|     default: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user