mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-24 17:24:25 +01:00
influxdb fix
This commit is contained in:
parent
485cd66566
commit
857bdfda06
@ -8,6 +8,7 @@ services:
|
||||
- '8086:8086'
|
||||
volumes:
|
||||
- influxdb-data:/var/lib/influxdb2
|
||||
- /etc/influxdb2:/etc/influxdb2
|
||||
# # Automatically setup influxdb
|
||||
# TODO: no tested...
|
||||
# environment:
|
||||
|
@ -1,8 +1,10 @@
|
||||
# Installation
|
||||
|
||||
TODO: ...
|
||||
## Deployment
|
||||
|
||||
## Manage local environment
|
||||
1. Copy the `docker-compose.yml` template into your project folder and start the container.
|
||||
|
||||
### Manage local environment
|
||||
|
||||
Allows Portainer to manage the local Docker Environment
|
||||
```yaml
|
||||
@ -10,13 +12,18 @@ Allows Portainer to manage the local Docker Environment
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
```
|
||||
|
||||
## Data Persistence
|
||||
### Data Persistence
|
||||
|
||||
Storing Data in a `portainer-data` volume on docker
|
||||
```yaml
|
||||
volumes:
|
||||
- portainer-data:/data
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
|
||||
# Best-Practices & Post-Installation
|
||||
|
||||
## Disable HTTP
|
||||
|
Loading…
Reference in New Issue
Block a user