diff --git a/compose.integration.yaml b/compose.integration.yaml index e52e212..4fd8d5c 100644 --- a/compose.integration.yaml +++ b/compose.integration.yaml @@ -1,5 +1,8 @@ # Docker compose file for integration environment -# Run with: docker compose up +# Run with: docker compose -f compose.integration.yaml up +# +# For local development testing of the integration container: +# consider setting up a redis container, instead of connecting to the remote redis host. services: webapp: diff --git a/compose.production.yaml b/compose.production.yaml index a2e2851..851dbfb 100644 --- a/compose.production.yaml +++ b/compose.production.yaml @@ -1,5 +1,5 @@ # Docker compose file for production environment -# Run with: docker compose up +# Run with: docker compose -f compose.production.yaml up services: webapp: diff --git a/compose.staging.yaml b/compose.staging.yaml index 93bc2a0..c26520f 100644 --- a/compose.staging.yaml +++ b/compose.staging.yaml @@ -1,5 +1,5 @@ # Docker compose file for staging environment -# Run with: docker compose up +# Run with: docker compose -f compose.production.yaml up services: webapp: