?
This commit is contained in:
parent
45964ba7f3
commit
be479b11c5
2
Dockerfile.traefik
Normal file
2
Dockerfile.traefik
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
FROM traefik:v3.3.3
|
||||||
|
COPY config/traefik.yml /etc/traefik/traefik.yml
|
@ -70,13 +70,14 @@ services:
|
|||||||
- app-network
|
- app-network
|
||||||
|
|
||||||
traefik:
|
traefik:
|
||||||
image: traefik:v3.3.3
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile.traefik
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
- ./config/traefik.yml:/etc/traefik/traefik.yml:ro
|
|
||||||
- ./certificates:/certificates
|
- ./certificates:/certificates
|
||||||
networks:
|
networks:
|
||||||
- app-network
|
- app-network
|
||||||
|
Loading…
x
Reference in New Issue
Block a user