diff --git a/pi/backend/docker-compose.yml b/pi/backend/docker-compose.yml new file mode 100644 index 0000000..4eed80b --- /dev/null +++ b/pi/backend/docker-compose.yml @@ -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 \ No newline at end of file