diff --git a/docker-compose.yml b/docker-compose.yml index 5e2bcd3..9601c8f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,9 @@ version: '3.1' + +volumes: + seek-tune-db: + seek-tune-songs: + services: seek-tune: image: 'seek-tune' @@ -22,5 +27,5 @@ services: REACT_APP_BACKEND_URL: ${REACT_APP_BACKEND_URL:-http://localhost:8080} volumes: - - ./songs:/home/seek-tune/songs - - ./db:/home/seek-tune/db \ No newline at end of file + - seek-tune-db:/home/seek-tune/db + - seek-tune-songs:/home/seek-tune/songs \ No newline at end of file