Add app cli to docker-compose.yml

This commit is contained in:
AaronDewes 2022-06-06 12:47:38 +00:00
parent e40e35ffb2
commit 5fcb81440a

View File

@ -234,6 +234,11 @@ services:
networks:
default:
ipv4_address: $REDIS_IP
app-cli:
container_name: app-cli
image: ghcr.io/runcitadel/app-cli:main@sha256:694e52fa9da1ac976165f269c17e27803032a05a76293dfe3589a50813306ded
networks:
default:
name: citadel_main_network