diff --git a/compose.prod.yaml b/compose.prod.yaml new file mode 100644 index 0000000..7038302 --- /dev/null +++ b/compose.prod.yaml @@ -0,0 +1,12 @@ +version: "3.8" +services: + whoami: + deploy: + mode: replicated + replicas: 1 + image: traefik/whoami + ports: + - mode: ingress + target: 80 + published: 8080 + protocol: tcp