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