diff --git a/compose/docker-compose.yml b/compose/docker-compose.yml
index fc6c17a802cb56fc2ab1a731b1f93a3dd72d482a..15419c89121cbe4b31bedf86a4d3c59a4342f5cd 100644
--- a/compose/docker-compose.yml
+++ b/compose/docker-compose.yml
@@ -9,7 +9,6 @@ services:
     init: true
     ports:
       - '3003:3003'
-    env_file: ./env/connection-manager.env
     depends_on:
       - db
       - nats
@@ -23,7 +22,6 @@ services:
     init: true
     ports:
       - '3011:3011'
-    env_file: ./env/credential-manager.env
     depends_on:
       - db
       - nats
@@ -37,7 +35,6 @@ services:
     init: true
     ports:
       - '3013:3013'
-    env_file: ./env/schema-manager.env
     depends_on:
       - db
       - nats
@@ -51,7 +48,6 @@ services:
     init: true
     ports:
       - '3007:3007'
-    env_file: ./env/proof-manager.env
     depends_on:
       - db
       - nats
@@ -67,7 +63,17 @@ services:
       - '3009:3009'
       - '3010:3010'
       - '4000:4000'
-    env_file: ./env/ssi-abstraction.env
+    environment:
+      NATS_URL: nats://nats:4222
+      PORT: 3009
+      AGENT_NAME: ssi-abstraction-agent
+      AGENT_WALLET_ID: ssi-wallet-id
+      AGENT_WALLET_KEY: ssi-wallet-key
+      AGENT_HOST: http://localhost
+      AGENT_PUBLIC_DID_SEED: 6b8b882e2618fa5d45ee7229ca000000
+      AGENT_AUTO_ACCEPT_CONNECTION: true
+      AGENT_AUTO_ACCEPT_CREDENTIAL: contentApproved
+      AGENT_LEDGER_ID: BCOVRIN_TEST
     depends_on:
       - db
       - nats