Skip to content

Commit

Permalink
ci: add docker compose dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
Veirt committed Nov 22, 2023
1 parent fd364fc commit b335638
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: "3.0"

services:
vesta:
container_name: vesta
build: .
ports:
- 8450:3000
volumes:
- ./config:/app/config
restart: unless-stopped

0 comments on commit b335638

Please sign in to comment.