all repos — website @ e604e43a390d45b6b99b585926a1e8a4c370ebb5

My official website.

Add compose.yml
Michael Kinder michael@noreply.git.foggymtndrifter.com
Tue, 22 Oct 2024 12:55:28 -0400
commit

e604e43a390d45b6b99b585926a1e8a4c370ebb5

parent

3e95e17d7af2e30cdd47ab5db3cdfaaf15c25e7c

1 files changed, 6 insertions(+), 0 deletions(-)

jump to
A compose.yml

@@ -0,0 +1,6 @@

+services: + app: + restart: unless-stopped + build: . + ports: + - '3000:3000'