Skip to content

Commit

Permalink
Merge pull request #277 from alexislefebvre/chore-remove-volumes-for-…
Browse files Browse the repository at this point in the history
…docker-databases

chore: remove volumes for docker databases
  • Loading branch information
alexislefebvre authored Mar 7, 2024
2 parents 1ee80f3 + 0e4587b commit 94d9484
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ version: '3.1'
services:
mariadb:
image: 'mariadb:11.0'
working_dir: /application
volumes:
- '.:/application'
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=acme
Expand All @@ -13,9 +10,6 @@ services:

postgres:
image: 'postgres:15-alpine'
working_dir: /application
volumes:
- '.:/application'
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
Expand Down

0 comments on commit 94d9484

Please # to comment.