mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
add pgadmin4
This commit is contained in:
@@ -32,6 +32,9 @@ $ curl http://127.0.0.1:8080/nifi/
|
||||
$ curl http://127.0.0.1:18080/nifi-registry/
|
||||
```
|
||||
|
||||
> I copied config files from a temporary container. Maybe there are better ways.
|
||||
Maybe there are better ways to populate a volume:
|
||||
|
||||
- named volumes
|
||||
- anonymous volumes
|
||||
|
||||
[1]: https://nifi.apache.org
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
nifi:
|
||||
image: apache/nifi:1.15.1
|
||||
image: apache/nifi:1.15.3
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "8082:8082"
|
||||
|
||||
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
services:
|
||||
|
||||
nifi:
|
||||
image: apache/nifi:1.15.1
|
||||
image: apache/nifi:1.15.3
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
@@ -17,14 +17,15 @@ services:
|
||||
- ./data/nifi/logs:/opt/nifi/nifi-current/logs
|
||||
environment:
|
||||
- NIFI_WEB_HTTP_PORT=8080
|
||||
- NIFI_SENSITIVE_PROPS_KEY=00000000-0000-0000-0000-000000000000
|
||||
- NIFI_JVM_HEAP_INIT=8g
|
||||
- NIFI_JVM_HEAP_MAX=16g
|
||||
- SINGLE_USER_CREDENTIALS_USERNAME=admin
|
||||
- SINGLE_USER_CREDENTIALS_PASSWORD=admin
|
||||
hostname: nifi
|
||||
restart: unless-stopped
|
||||
|
||||
registry:
|
||||
image: apache/nifi-registry:1.15.1
|
||||
image: apache/nifi-registry:1.15.3
|
||||
ports:
|
||||
- "18080:18080"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user