Changed timezone (solves #164 and #181)

This commit is contained in:
2023-05-11 11:13:26 +02:00
parent 6a1c6aac46
commit b75a2e0d37

View File

@@ -4,6 +4,9 @@ services:
redis: redis:
image: 'redis' image: 'redis'
restart: "no" restart: "no"
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
xmltools-frontend: xmltools-frontend:
build: ./Frontend build: ./Frontend
@@ -11,6 +14,9 @@ services:
image: xmltools-frontend image: xmltools-frontend
ports: ports:
- 8086:80 - 8086:80
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
xmltools-backend: xmltools-backend:
build: ./Backend/tools-services build: ./Backend/tools-services
@@ -25,6 +31,9 @@ services:
image: xmltools-libxml-backend image: xmltools-libxml-backend
ports: ports:
- 8082:80 - 8082:80
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
xmltools-mocked-services: xmltools-mocked-services:
build: build:
@@ -38,6 +47,9 @@ services:
- redis - redis
environment: environment:
SPRING_PROFILES_ACTIVE: DEV SPRING_PROFILES_ACTIVE: DEV
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
swagger: swagger:
image: "swaggerapi/swagger-ui:latest" image: "swaggerapi/swagger-ui:latest"
@@ -63,6 +75,9 @@ services:
command: command:
- "-e" - "-e"
- "--strict.perms=false" - "--strict.perms=false"
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
networks: networks:
default: default: