Update 'deploy/docker-compose.yaml'
This commit is contained in:
parent
6d1f826e42
commit
99eb3ed087
@ -16,7 +16,7 @@ services:
|
|||||||
- redis
|
- redis
|
||||||
- infernet-anvil
|
- infernet-anvil
|
||||||
restart:
|
restart:
|
||||||
on-failure
|
unless-stopped
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
@ -32,7 +32,7 @@ services:
|
|||||||
- ./redis.conf:/usr/local/etc/redis/redis.conf
|
- ./redis.conf:/usr/local/etc/redis/redis.conf
|
||||||
- redis-data:/data
|
- redis-data:/data
|
||||||
restart:
|
restart:
|
||||||
on-failure
|
unless-stopped
|
||||||
|
|
||||||
fluentbit:
|
fluentbit:
|
||||||
image: fluent/fluent-bit:latest
|
image: fluent/fluent-bit:latest
|
||||||
@ -46,7 +46,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- network
|
- network
|
||||||
restart:
|
restart:
|
||||||
on-failure
|
unless-stopped
|
||||||
|
|
||||||
infernet-anvil:
|
infernet-anvil:
|
||||||
image: ritualnetwork/infernet-anvil:1.0.0
|
image: ritualnetwork/infernet-anvil:1.0.0
|
||||||
@ -56,6 +56,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- network
|
- network
|
||||||
container_name: infernet-anvil
|
container_name: infernet-anvil
|
||||||
|
restart:
|
||||||
|
unless-stopped
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
network:
|
network:
|
||||||
|
Loading…
Reference in New Issue
Block a user