Skip to content

Commit

Permalink
chore: remove Dockerfile.db
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Nov 20, 2024
1 parent cce2f07 commit eae4955
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
3 changes: 0 additions & 3 deletions Dockerfile.db

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,5 @@ You can leave the default values for development.
│   ├── conf - configuration folder
│   ├── Dockerfile
│   └── logs - log folder
├── Dockerfile.db - Dockerfile for db image
└── README.md
```
5 changes: 1 addition & 4 deletions compose/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ services:
- .env.test

db:
image: db
build:
context: ..
dockerfile: Dockerfile.db
image: postgres:11-alpine
restart: always
env_file:
- .env.test
5 changes: 1 addition & 4 deletions compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ services:

db:
container_name: sport_db
image: db
build:
context: ..
dockerfile: Dockerfile.db
image: postgres:11-alpine
restart: always
ports:
- "5432:5432"
Expand Down

0 comments on commit eae4955

Please sign in to comment.