「🏗️」 wip: should be working but not
This commit is contained in:
19
srcs/docker/composes/dev/db.yml
Normal file
19
srcs/docker/composes/dev/db.yml
Normal file
@ -0,0 +1,19 @@
|
||||
services:
|
||||
db-dev:
|
||||
container_name: inception-db
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/images/mariadb/Dockerfile
|
||||
networks:
|
||||
- inception
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD="alpine"
|
||||
- MYSQL_PASSWORD="alpine"
|
||||
- MYSQL_USER="kanel"
|
||||
- MYSQL_DATABASE="knl"
|
||||
- TZ=Europe/Paris
|
||||
volumes:
|
||||
- wp-db:/var/lib/mysql
|
||||
restart: unless-stopped
|
||||
profiles:
|
||||
- dev
|
Reference in New Issue
Block a user