Skip to content

Commit 8080030

Browse files
authored
Update docker-compose.yml
1 parent fd5dcea commit 8080030

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

infra/proxy/docker-compose.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
version: "3.8"
22

33
services:
4-
portainer:
5-
image: portainer/portainer-ce:latest
6-
container_name: portainer
7-
ports:
8-
- "${PORTAINER_PORT}:9000"
9-
volumes:
10-
- /var/run/docker.sock:/var/run/docker.sock
11-
- ./config/portainer:/data
12-
restart: unless-stopped
13-
networks:
14-
- internal
15-
healthcheck:
16-
test: ["CMD-SHELL", "wget -qO- http://localhost:9000/api/status >/dev/null 2>&1 || exit 1"]
17-
interval: 30s
18-
timeout: 5s
19-
retries: 10
4+
portainer:
5+
image: portainer/portainer-ce:latest
6+
container_name: portainer
7+
ports:
8+
- "${PORTAINER_PORT}:9000"
9+
volumes:
10+
- /var/run/docker.sock:/var/run/docker.sock
11+
- ./config/portainer:/data
12+
restart: unless-stopped
13+
networks:
14+
- internal
15+
healthcheck:
16+
test: ["CMD-SHELL", "wget -qO- http://localhost:9000/api/status >/dev/null 2>&1 || exit 1"]
17+
interval: 30s
18+
timeout: 5s
19+
retries: 10
2020

21-
2221
traefik:
2322
image: traefik:v3.6.1
2423
container_name: traefik
@@ -57,3 +56,4 @@ networks:
5756
name: proxy
5857

5958

59+

0 commit comments

Comments
 (0)