Changed timezone (solves #164 and #181) #183

Merged
bema merged 1 commits from bema/ref/adjust_timezones into master 2023-05-11 11:20:39 +02:00
Showing only changes of commit b75a2e0d37 - Show all commits

View File

@@ -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: