Skip to content

Commit

Permalink
Remove (redudant?) container_name Docker Compose configuration keys (
Browse files Browse the repository at this point in the history
…#1523)

Co-authored-by: Andrew Hosgood <[email protected]>
  • Loading branch information
tm-kn and ahosgood authored Jul 19, 2024
1 parent d6a58a6 commit 3ae3aeb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
services:

db:
container_name: db
image: postgres:12.0
ports:
- 5432:5432
volumes:
- ./database_dumps:/app/database_dumps

web:
container_name: web
build: .
volumes:
- ./etna:/app/etna
Expand Down Expand Up @@ -50,7 +48,6 @@ services:
- REDIS_URL=redis://:redis@redis:6379

cli:
container_name: cli
platform: linux/amd64
build: platformsh-cli
volumes:
Expand All @@ -60,15 +57,13 @@ services:
- .env

docs:
container_name: docs
image: squidfunk/mkdocs-material
volumes:
- .:/docs
ports:
- 8001:8000

dev:
container_name: dev
build:
context: .
dockerfile: dev/Dockerfile
Expand Down

0 comments on commit 3ae3aeb

Please sign in to comment.