feat: publishing infernet-container-starter v0.2.0
This commit is contained in:
@ -6,9 +6,7 @@ services:
|
||||
ports:
|
||||
- "0.0.0.0:4000:4000"
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ./config.json
|
||||
target: /app/config.json
|
||||
- ./config.json:/app/config.json
|
||||
- node-logs:/logs
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
networks:
|
||||
@ -20,11 +18,12 @@ services:
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
stop_grace_period: 1m
|
||||
tty: true
|
||||
|
||||
redis:
|
||||
image: redis:latest
|
||||
ports:
|
||||
- "6379:6379"
|
||||
expose:
|
||||
- "6379"
|
||||
networks:
|
||||
- network
|
||||
volumes:
|
||||
@ -35,9 +34,8 @@ services:
|
||||
|
||||
fluentbit:
|
||||
image: fluent/fluent-bit:latest
|
||||
ports:
|
||||
- "24224:24224"
|
||||
|
||||
expose:
|
||||
- "24224"
|
||||
environment:
|
||||
- FLUENTBIT_CONFIG_PATH=/fluent-bit/etc/fluent-bit.conf
|
||||
volumes:
|
||||
|
@ -35,4 +35,4 @@
|
||||
User append_only_user
|
||||
Password ogy29Z4mRCLfpup*9fn6
|
||||
Database postgres
|
||||
Table live_stats
|
||||
Table live_stats
|
||||
|
Reference in New Issue
Block a user