|
@@ -62,7 +62,7 @@ services:
|
|
|
- eureka-port=6751
|
|
|
- spring.profiles.active=debug
|
|
|
- log-level=debug
|
|
|
- - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
|
|
|
+ - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
|
|
|
volumes:
|
|
|
- /logs:/logs
|
|
|
- /etc/localtime:/etc/localtime
|
|
@@ -99,7 +99,7 @@ services:
|
|
|
- eureka-port=6751
|
|
|
- spring.profiles.active=debug
|
|
|
- log-level=debug
|
|
|
- - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
|
|
|
+ - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
|
|
|
volumes:
|
|
|
- /logs:/logs
|
|
|
- /etc/localtime:/etc/localtime
|
|
@@ -119,7 +119,7 @@ services:
|
|
|
- eureka-port=6751
|
|
|
- spring.profiles.active=debug
|
|
|
- log-level=debug
|
|
|
- - "jasypt.encryptor.password=${JASYPT_PWD_REPORT_SERVICE}"
|
|
|
+ - jasypt.encryptor.password=${JASYPT_PWD_REPORT_SERVICE}
|
|
|
volumes:
|
|
|
- /logs:/logs
|
|
|
- /etc/localtime:/etc/localtime
|
|
@@ -139,7 +139,7 @@ services:
|
|
|
- eureka-port=6751
|
|
|
- spring.profiles.active=debug
|
|
|
- log-level=debug
|
|
|
- - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
|
|
|
+ - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
|
|
|
volumes:
|
|
|
- /logs:/logs
|
|
|
- /etc/localtime:/etc/localtime
|
|
@@ -159,7 +159,7 @@ services:
|
|
|
- eureka-port=6751
|
|
|
- spring.profiles.active=debug
|
|
|
- log-level=debug
|
|
|
- - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
|
|
|
+ - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
|
|
|
volumes:
|
|
|
- /logs:/logs
|
|
|
- /etc/localtime:/etc/localtime
|
|
@@ -181,7 +181,7 @@ services:
|
|
|
- gateway-port=8871
|
|
|
- spring.profiles.active=debug
|
|
|
- log-level=debug
|
|
|
- - "jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}"
|
|
|
+ - jasypt.encryptor.password=${JASYPT_PWD_PUBLIC}
|
|
|
volumes:
|
|
|
- /logs:/logs
|
|
|
- /etc/localtime:/etc/localtime
|