summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compose.yml5
-rw-r--r--website/Dockerfile1
2 files changed, 5 insertions, 1 deletions
diff --git a/compose.yml b/compose.yml
new file mode 100644
index 0000000..7348de9
--- /dev/null
+++ b/compose.yml
@@ -0,0 +1,5 @@
+services:
+ website:
+ build: website
+ ports:
+ - "8000:4321"
diff --git a/website/Dockerfile b/website/Dockerfile
index 3984228..64121f2 100644
--- a/website/Dockerfile
+++ b/website/Dockerfile
@@ -2,7 +2,6 @@ FROM node:lts AS runtime
WORKDIR /app
################### TODO ###################
-# - Refactor this Dockerfile into a compose.yml
# - Add another service on the same network running an SMTP server such
# as msmtpd or Postfix
# - Configure the SMTP server to send emails from me@joeac.net via Zoho