add example compose file

This commit is contained in:
Aidan 2025-07-03 02:09:12 -04:00
parent 1d7a3ed034
commit 5d658da82e
2 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View file

@ -45,3 +45,4 @@ bun.lock*
# docker # docker
docker-compose.yml docker-compose.yml
!examples/docker-compose.yml

View file

@ -0,0 +1,10 @@
services:
pontus:
build: .
container_name: pontus
ports:
- 3000:3000
environment:
- NODE_ENV=production
volumes:
- .:/app