Update docker-compose.yml
This commit is contained in:
parent
af0ff8dfde
commit
f93388e509
@ -18,9 +18,14 @@ services:
|
||||
url: https://tomaskrejci.com
|
||||
# contrary to the default mentioned in the linked documentation, this image defaults to NODE_ENV=production (so development mode needs to be explicitly specified if desired)
|
||||
#NODE_ENV: development
|
||||
volumes:
|
||||
- /opt/tomaskrejcicom/ghost/content:/var/lib/ghost/content
|
||||
|
||||
db:
|
||||
image: mysql:8.0
|
||||
restart: always
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: ${SECRET}
|
||||
volumes:
|
||||
- /opt/tomaskrejcicom/ghost/db:/var/lib/mysql
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user