Update Dashboard_Containers/flame/compose.yaml
This commit is contained in:
@@ -2,15 +2,20 @@ services:
|
|||||||
flame:
|
flame:
|
||||||
image: pawelmalak/flame
|
image: pawelmalak/flame
|
||||||
container_name: flame
|
container_name: flame
|
||||||
|
restart: unless-stopped
|
||||||
|
security_opt:
|
||||||
|
- no-new-privileges:true
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/docker/flame:/app/data
|
- /srv/docker/flame:/app/data
|
||||||
- /var/run/docker.sock:/var/run/docker.sock # optional but required for Docker integration
|
#- /var/run/docker.sock:/var/run/docker.sock # optional but required for Docker integration
|
||||||
#ports:
|
|
||||||
# - 5005:5005
|
|
||||||
environment:
|
environment:
|
||||||
PASSWORD: ${PASSWORD}
|
PASSWORD: ${PASSWORD}
|
||||||
|
DOCKER_HOST: tcp://socket-proxy:2375 # route through proxy
|
||||||
|
mem_limit: 256m
|
||||||
|
cpus: "0.50"
|
||||||
networks:
|
networks:
|
||||||
- traefik_network
|
- traefik_network
|
||||||
|
- socket_proxy
|
||||||
labels:
|
labels:
|
||||||
### Enable Traefik
|
### Enable Traefik
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
@@ -30,7 +35,10 @@ services:
|
|||||||
- kuma.${SERVICE_NAME}.docker.docker_container=${SERVICE_NAME}
|
- kuma.${SERVICE_NAME}.docker.docker_container=${SERVICE_NAME}
|
||||||
- kuma.${SERVICE_NAME}.docker.docker_host=1
|
- kuma.${SERVICE_NAME}.docker.docker_host=1
|
||||||
- 'kuma.${SERVICE_NAME}.docker.tag_names=[{"name": "docker_tag"}]'
|
- 'kuma.${SERVICE_NAME}.docker.tag_names=[{"name": "docker_tag"}]'
|
||||||
restart: unless-stopped
|
|
||||||
networks:
|
networks:
|
||||||
traefik_network:
|
traefik_network:
|
||||||
external: true
|
external: true
|
||||||
|
socket_proxy:
|
||||||
|
external: true
|
||||||
|
name: docker_socket_proxy
|
||||||
Reference in New Issue
Block a user