[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
b7e62fd64d
commit
5877ada306
1 changed files with 3 additions and 4 deletions
|
|
@ -155,8 +155,8 @@ services:
|
||||||
loki:
|
loki:
|
||||||
image: grafana/loki:latest
|
image: grafana/loki:latest
|
||||||
container_name: loki
|
container_name: loki
|
||||||
ports:
|
expose:
|
||||||
- "3100:3100"
|
- "3100"
|
||||||
command: -config.file=/etc/loki/local-config.yaml
|
command: -config.file=/etc/loki/local-config.yaml
|
||||||
networks:
|
networks:
|
||||||
- proxy_network
|
- proxy_network
|
||||||
|
|
@ -171,8 +171,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /app-config/kuma:/app/data
|
- /app-config/kuma:/app/data
|
||||||
expose:
|
expose:
|
||||||
# <Host Port>:<Container Port>
|
- 10.200.200.254:3001
|
||||||
- 3001
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- proxy_network
|
- proxy_network
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue