diff --git a/docker-compose.production.yaml b/docker-compose.production.yaml index ba6704d4e..a910c5c44 100644 --- a/docker-compose.production.yaml +++ b/docker-compose.production.yaml @@ -4,6 +4,8 @@ services: base: &base image: chatwoot/chatwoot:latest env_file: .env ## Change this file for customized env variables + volumes: + - /data/storage:/app/storage rails: <<: *base