Update docker-compose.yml

This commit is contained in:
njord 2024-07-21 09:51:48 +00:00
parent af0ff8dfde
commit f93388e509

View File

@ -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