Initial Commit
This commit is contained in:
commit
258fad3475
60 changed files with 6894 additions and 0 deletions
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
services:
|
||||
website:
|
||||
image: nextjs-docker
|
||||
container_name: website
|
||||
# networks:
|
||||
# - webnet
|
||||
expose:
|
||||
- "3000"
|
||||
restart: always
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
Loading…
Add table
Add a link
Reference in a new issue