Skip to content

Commit

Permalink
Update comments in compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrlc committed Nov 27, 2024
1 parent 228c2b9 commit 89f3d64
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion compose.integration.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion compose.production.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion compose.staging.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 89f3d64

Please sign in to comment.