Archived
1
0

🏗️」 wip: Started re work

This commit is contained in:
2025-02-07 18:00:30 +01:00
parent 0aef0328c1
commit f48c98da5a
16 changed files with 119 additions and 118 deletions

View File

@ -0,0 +1,20 @@
volumes:
wp-db:
services:
db:
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