Sync Docker Container to the Host

This commit is contained in:
Neal Chambers
2024-11-14 09:32:05 +09:00
committed by Neal Chambers
parent b554eda7c7
commit 078e191d26

View File

@@ -22,6 +22,8 @@ services:
- .:/usr/src/app
- gems:/bundles
- ./config/database.yml:/usr/src/app/config/database.yml
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
depends_on:
- db
- redis