Update Financial_Containers/actual/compose.yaml
This commit is contained in:
@@ -18,10 +18,18 @@ services:
|
|||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
start_period: 20s
|
start_period: 20s
|
||||||
restart: unless-stopped
|
networks:
|
||||||
|
- traefik_network
|
||||||
#Can comment out if not using Flame Dashboard
|
#Can comment out if not using Flame Dashboard
|
||||||
labels:
|
labels:
|
||||||
- flame.type=application # "app" works too
|
- flame.type=application # "app" works too
|
||||||
- flame.name=Actual
|
- flame.name=Actual
|
||||||
- flame.url=http://actual.homelab.internal #Adjust to your domain or IP
|
- flame.url=http://actual.homelab.internal #Adjust to your domain or IP
|
||||||
- flame.icon=finance
|
- flame.icon=finance
|
||||||
|
- traefik.enable=true
|
||||||
|
- traefik.http.routers.${container_name}.rule=Host(`${container_name}.homelab.internal`)
|
||||||
|
- traefik.http.routers.${container_name}.entrypoints=web
|
||||||
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
traefik_network:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user