diff --git a/compose.prod.yaml b/compose.prod.yaml new file mode 100644 index 0000000..82d9312 --- /dev/null +++ b/compose.prod.yaml @@ -0,0 +1,9 @@ +services: + echo-base: + image: public.ecr.aws/d0w1o5s2/ubcea/echo-base:latest + ports: + - 8080:8080 + extra_hosts: + - "host.docker.internal:host-gateway" + env_file: + - .env