2022-12-20

This commit is contained in:
2022-12-20 14:13:05 -03:00
parent 85fef16b27
commit 0f3febc00d
87 changed files with 2525 additions and 419 deletions

View File

@ -39,6 +39,8 @@ services:
<<: *restart
image: mariadb
env_file: .db.env
ports:
- "3309:3306"
volumes:
- contabilidad_data:/var/lib/mysql
adminer: