Website/app/compose.yaml
Snoweuph b835677348
Some checks failed
Quality Check / Check (push) Failing after 9s
NOTICKET: fix config
2024-02-29 23:17:09 +01:00

18 lines
349 B
YAML

version: '3'
services:
###> doctrine/doctrine-bundle ###
database:
image: mysql:8.0
ports:
- '3306:3306'
volumes:
- 'mysql_data:/var/lib/mysql'
environment:
MYSQL_ROOT_PASSWORD: 'empty'
###< doctrine/doctrine-bundle ###
volumes:
###> doctrine/doctrine-bundle ###
mysql_data:
###< doctrine/doctrine-bundle ###