Migrated to traefik proxy
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -1,8 +1,13 @@
|
||||
FROM nginx:alpine
|
||||
FROM traefik:v2.9.5
|
||||
|
||||
LABEL author="Piotr Biernat"
|
||||
LABEL service="api-gw"
|
||||
LABEL service="api-gateway"
|
||||
LABEL vendor="Egommerce"
|
||||
LABEL version="1.0"
|
||||
|
||||
COPY ./data/etc/nginx/ /etc/nginx/
|
||||
COPY ./api-gateway/etc /etc/traefik
|
||||
COPY ./api-gateway/plugins /plugins-local
|
||||
|
||||
EXPOSE 443 8080
|
||||
|
||||
# ENTRYPOINT ["/traefik"] # FIXME stack->stack config.yml
|
||||
|
||||
Reference in New Issue
Block a user