diff --git a/pom.xml b/pom.xml
index a9bbd2959..de42beaa4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,6 @@
org.springframework.boot
spring-boot-docker-compose
- test
org.testcontainers
@@ -221,7 +220,7 @@
spring-boot-maven-plugin
-
build-info
@@ -385,7 +384,7 @@
-
org.eclipse.m2e
@@ -443,4 +442,4 @@
-
\ No newline at end of file
+
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 5d3eeed32..8837578c6 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -16,6 +16,9 @@ spring.messages.basename=messages/messages
# Actuator
management.endpoints.web.exposure.include=*
+# Docker compose
+spring.docker.compose.profiles.active=${spring.profiles.active}
+
# Logging
logging.level.org.springframework=INFO
# logging.level.org.springframework.web=DEBUG