fulviodenza / pills-of-cs

Get daily Pills of Computer Science, topic-scoped news and more with https://t.me/pillsofcsbot
GNU General Public License v3.0
8 stars 0 forks source link

build: Update Dockerfile and docker-compose #30

Closed salcatroppa closed 1 year ago

salcatroppa commented 1 year ago

I updated both Dockerfile and docker-compose, now postgres is using a volume and the DB is automatically creted at startup. I tested this on a Linux machine - direct connectivity between containers might not work on other OSs.

fulviodenza commented 1 year ago

Thank you for the PR!