Skip to content

Commit

Permalink
add compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
r-carroll committed Jul 27, 2024
1 parent 83fb467 commit b98526d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pi/backend/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
services:
api:
image: carrollmedia/smallgroup-api
ports:
- "3005:3000"
restart: unless-stopped
environment:
PGHOST: '192.168.8.3'
PGDATABASE: 'postgres'
PGPORT: 5433

0 comments on commit b98526d

Please sign in to comment.