Skip to content

Instantly share code, notes, and snippets.

@devalexandre
Created February 15, 2024 01:30
Show Gist options
  • Save devalexandre/d619d2834a4c40878cad3d1cf2d0e79b to your computer and use it in GitHub Desktop.
Save devalexandre/d619d2834a4c40878cad3d1cf2d0e79b to your computer and use it in GitHub Desktop.
version: '3.8'
services:
app:
build: .
environment:
- DBPATH=./data/mydatabase.db
volumes:
- ./data:/data
ports:
- "3000:3000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment