2023-07-01 20:43:53 +00:00
|
|
|
version: "3.4"
|
|
|
|
|
|
|
|
services:
|
|
|
|
next-app:
|
2023-07-02 13:42:18 +00:00
|
|
|
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)
|
2023-07-01 21:22:16 +00:00
|
|
|
# build: .
|
2023-07-02 13:42:18 +00:00
|
|
|
# image: fascinated/simple-links
|
2023-07-01 21:22:16 +00:00
|
|
|
restart: always
|
2023-07-01 20:43:53 +00:00
|
|
|
environment:
|
|
|
|
NODE_ENV: production
|
|
|
|
ports:
|
|
|
|
- 3000:3000
|
2023-07-02 13:42:18 +00:00
|
|
|
volumes:
|
2023-07-02 13:55:18 +00:00
|
|
|
- ./config.json:/usr/src/app/config.json
|