add compose.yaml
This commit is contained in:
5
compose.yml
Normal file
5
compose.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
services:
|
||||||
|
website:
|
||||||
|
build: website
|
||||||
|
ports:
|
||||||
|
- "8000:4321"
|
||||||
@@ -2,7 +2,6 @@ FROM node:lts AS runtime
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
################### TODO ###################
|
################### TODO ###################
|
||||||
# - Refactor this Dockerfile into a compose.yml
|
|
||||||
# - Add another service on the same network running an SMTP server such
|
# - Add another service on the same network running an SMTP server such
|
||||||
# as msmtpd or Postfix
|
# as msmtpd or Postfix
|
||||||
# - Configure the SMTP server to send emails from me@joeac.net via Zoho
|
# - Configure the SMTP server to send emails from me@joeac.net via Zoho
|
||||||
|
|||||||
Reference in New Issue
Block a user