From f7133a00ca8ad96952ed10ef598c83f08e1d1e77 Mon Sep 17 00:00:00 2001 From: Jaden Hums Date: Mon, 9 Mar 2026 16:33:53 -0700 Subject: [PATCH] create production docker compose --- compose.prod.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 compose.prod.yaml 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