simple-links/docker-compose.yml
Lee c925aec7c7 revert ae03ff059bad90c6ab220c26442a2c15799e36e7
revert move config to fix docker compose being grumpy
2023-07-02 13:55:18 +00:00

16 lines
403 B
YAML

version: "3.4"
services:
next-app:
build: https://git.fascinated.cc/Fascinated/simple-links.git
# Use this below if you want to build the image locally (you need to clone the repo first)
# build: .
# image: fascinated/simple-links
restart: always
environment:
NODE_ENV: production
ports:
- 3000:3000
volumes:
- ./config.json:/usr/src/app/config.json