generated from Fascinated/nextjs-13-template-with-tailwindcss
Fascinated
d7a4ad196b
All checks were successful
Publish Docker Image / docker (push) Successful in 1m56s
18 lines
461 B
YAML
18 lines
461 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
simple-links:
|
|
image: fascinated/simple-links:latest
|
|
# Uncomment the following line to build the image yourself
|
|
# build: https://git.fascinated.cc/Fascinated/simple-links.git
|
|
# or build it locally (you need to clone the repo first):
|
|
# build:
|
|
# context: .
|
|
restart: always
|
|
environment:
|
|
NODE_ENV: production
|
|
ports:
|
|
- 3000:3000
|
|
volumes:
|
|
- ./config.json:/usr/src/app/config.json
|