simple-links/docker-compose.yml
2023-07-01 22:13:57 +01:00

10 lines
180 B
YAML

version: "3.4"
services:
next-app:
build: https://git.fascinated.cc/Fascinated/personal-website.git
environment:
NODE_ENV: production
ports:
- 3000:3000