We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e99dfd + 5dc19c3 commit 344e202Copy full SHA for 344e202
docker-compose.dev.yml
@@ -41,6 +41,6 @@ services:
41
- "12345:12345"
42
volumes:
43
- ./logs:/var/log/spring
44
- - ./docs/config.alloy:/etc/alloy/config.alloy:ro
+ - ./docs/infra-conf/config.alloy:/etc/alloy/config.alloy:ro
45
environment:
46
- ALLOY_ENV=dev
docker-compose.prod.yml
@@ -40,6 +40,6 @@ services:
40
+ - ./docs/infra-config/config.alloy:/etc/alloy/config.alloy:ro
- ALLOY_ENV=production
0 commit comments