Fix problem with testing go
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2021-05-13 11:08:01 +02:00
parent 0105b24846
commit 2a11bc1fc7
Signed by: peter
GPG Key ID: 374322D56E5209E8

View File

@ -6,7 +6,7 @@ services:
database:
image: postgres
volumes:
- ./database-data:/var/lib/postgresql/data
- database-data:/var/lib/postgresql/data
environment:
POSTGRES_DB: ekster
POSTGRES_USER: ekster
@ -31,3 +31,6 @@ services:
- "FEEDBIN_PASS="
- "EKSTER_BASEURL=http://localhost:8089/"
- "EKSTER_TEMPLATES=/app/templates"
volumes:
database-data: