add example compose file
This commit is contained in:
parent
1d7a3ed034
commit
5d658da82e
2 changed files with 11 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -45,3 +45,4 @@ bun.lock*
|
||||||
|
|
||||||
# docker
|
# docker
|
||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
|
!examples/docker-compose.yml
|
||||||
|
|
10
examples/docker-compose.yml
Normal file
10
examples/docker-compose.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
services:
|
||||||
|
pontus:
|
||||||
|
build: .
|
||||||
|
container_name: pontus
|
||||||
|
ports:
|
||||||
|
- 3000:3000
|
||||||
|
environment:
|
||||||
|
- NODE_ENV=production
|
||||||
|
volumes:
|
||||||
|
- .:/app
|
Loading…
Add table
Add a link
Reference in a new issue