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