Skip to content

Commit

Permalink
Added additional variable documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
linus-berg committed Sep 20, 2023
1 parent c5b8a27 commit a13cb58
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ services:
# apc_cfg: "/opt/apc/cfg"
# apc_volumes: "/opt/apc/volumes"

# apc_hostname: apc.eat-the-internet.com

# apc_rabbitmq_username: "apc"
# apc_rabbitmq_password: "dummy_rmq"

Expand All @@ -23,6 +25,7 @@ services:
# apc_redis_username: "apc"
# apc_redis_password: "dummy_redis"

## Exclusively for the Helm APM.
# artifacthub_api_key_id: "API-ID"
# artifacthub_api_key_secret: "API-SECRET"

Expand Down Expand Up @@ -147,6 +150,7 @@ services:
env_file:
- "vars.env"
volumes:
# This is an exported keycloak configuration.
- "{{ apc_cfg }}/keycloak.json:/app/keycloak.json"
- "{{ apc_volumes }}/logs:/logs"
networks:
Expand Down Expand Up @@ -192,7 +196,7 @@ services:
replicas: {{ apm.replicas }}
{% endfor %}

# Required for protocol routing.
# Required for protocol routing and filtering.
acm-router:
image: ghcr.io/linus-berg/apc/acm/router:latest
restart: always
Expand Down

0 comments on commit a13cb58

Please sign in to comment.