mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2024-11-10 09:07:25 +01:00
Add volume directives for persistent databases.
This commit is contained in:
parent
8b9f758299
commit
4fa06943b9
@ -9,6 +9,7 @@ services:
|
||||
MYSQL_USER: symfony
|
||||
MYSQL_PASSWORD: ${MYSQL_PASSWORD}
|
||||
volumes:
|
||||
# - ${DATADIR}/sql:/var/lib/mysql
|
||||
- ${DATADIR}/sql:/docker-entrypoint-initdb.d
|
||||
|
||||
influxdb:
|
||||
@ -25,6 +26,9 @@ services:
|
||||
DOCKER_INFLUXDB_INIT_BUCKET: ClusterCockpit
|
||||
DOCKER_INFLUXDB_INIT_RETENTION: 2w
|
||||
DOCKER_INFLUXDB_INIT_ADMIN_TOKEN: ${INFLUXDB_ADMIN_TOKEN}
|
||||
# volumes:
|
||||
# - ${DATADIR}/influxdb/data:/var/lib/influxdb2
|
||||
# - ${DATADIR}/influxdb/config:/etc/influxdb2
|
||||
|
||||
php:
|
||||
container_name: php-fpm
|
||||
|
Loading…
Reference in New Issue
Block a user