Skip to content

Commit

Permalink
Create docker-compose.yaml
Browse files Browse the repository at this point in the history
added docker compose
  • Loading branch information
andorsk authored and finn-block committed Nov 13, 2023
1 parent a675e01 commit a1d2549
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: '3'

services:

dwn-server:
container_name: dwn-server
image: ghcr.io/tbd54566975/dwn-server:main
ports:
- ${DWN_SERVER_PORT:-3000}:3000
volumes:
- ./dwn-server:/dwn-server/data

0 comments on commit a1d2549

Please sign in to comment.