Updated: Added persistent storage for MariaDB in docker-compose.yaml
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 13s
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 13s
This commit is contained in:
parent
7517bcb78f
commit
6df1f6574a
@ -6,6 +6,8 @@ services:
|
|||||||
MARIADB_ROOT_PASSWORD: root
|
MARIADB_ROOT_PASSWORD: root
|
||||||
ports:
|
ports:
|
||||||
- 3306:3306
|
- 3306:3306
|
||||||
|
volumes:
|
||||||
|
- fuelstats_mariadb_data:/var/lib/mysql
|
||||||
networks:
|
networks:
|
||||||
- fuelstats-network
|
- fuelstats-network
|
||||||
profiles: ["prod", "dev"]
|
profiles: ["prod", "dev"]
|
||||||
@ -42,3 +44,6 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
fuelstats-network:
|
fuelstats-network:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
fuelstats_mariadb_data:
|
||||||
|
Loading…
Reference in New Issue
Block a user