Skip to content

Commit

Permalink
chore: better name for Docker containers
Browse files Browse the repository at this point in the history
Docker Compose defaults to using the name of the parent directory to
name containers, which currently results in containers named
`docker-api-1`, `docker-airflow-db-1`, etc.

By specifying a `name` in the Compose file, we can tell Compose to
create containers named `data-inclusion-api-1`, etc.
  • Loading branch information
jonathanperret committed Sep 27, 2023
1 parent 11579b6 commit 571bed1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version: "3.9"
name: "data-inclusion"

x-airflow-common:
&airflow-common
Expand Down

0 comments on commit 571bed1

Please sign in to comment.