2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

inline static assets into binary

This commit is contained in:
Frederik Ring 2019-10-04 21:34:27 +02:00
parent 48eaaec35f
commit 9e3e068142

View File

@ -22,7 +22,6 @@ services:
volumes:
- .:/offen
- ./bootstrap.yml:/offen/server/bootstrap.yml
- ./public:/offen/server/public
- serverdeps:/go/pkg/mod
environment:
POSTGRES_CONNECTION_STRING: postgres://postgres:develop@server_database:5432/postgres?sslmode=disable