mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-02-17 19:10:49 +01:00
influxdb fix
This commit is contained in:
parent
485cd66566
commit
857bdfda06
@ -8,6 +8,7 @@ services:
|
|||||||
- '8086:8086'
|
- '8086:8086'
|
||||||
volumes:
|
volumes:
|
||||||
- influxdb-data:/var/lib/influxdb2
|
- influxdb-data:/var/lib/influxdb2
|
||||||
|
- /etc/influxdb2:/etc/influxdb2
|
||||||
# # Automatically setup influxdb
|
# # Automatically setup influxdb
|
||||||
# TODO: no tested...
|
# TODO: no tested...
|
||||||
# environment:
|
# environment:
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
# Installation
|
# 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
|
Allows Portainer to manage the local Docker Environment
|
||||||
```yaml
|
```yaml
|
||||||
@ -10,13 +12,18 @@ Allows Portainer to manage the local Docker Environment
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
```
|
```
|
||||||
|
|
||||||
## Data Persistence
|
### Data Persistence
|
||||||
|
|
||||||
Storing Data in a `portainer-data` volume on docker
|
Storing Data in a `portainer-data` volume on docker
|
||||||
```yaml
|
```yaml
|
||||||
volumes:
|
volumes:
|
||||||
- portainer-data:/data
|
- portainer-data:/data
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Best-Practices & Post-Installation
|
# Best-Practices & Post-Installation
|
||||||
|
|
||||||
## Disable HTTP
|
## Disable HTTP
|
||||||
|
Loading…
Reference in New Issue
Block a user