Fixing the docker container setup (with assets compilation &co)
This commit is contained in:
parent
2c374cd97c
commit
48d66a2055
6 changed files with 23 additions and 7 deletions
|
@ -12,4 +12,7 @@ services:
|
|||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
volumes:
|
||||
- ./public/assets:/mastodon/public/assets
|
||||
- ./public/system:/mastodon/public/system
|
||||
env_file: .env.production
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue