root(minor): remove build stanza from docker-compose as it causes issues

This commit is contained in:
Langhammer, Jens 2019-11-20 13:08:32 +01:00
parent 99fadf2e55
commit 30dba285d9
1 changed files with 0 additions and 5 deletions

View File

@ -21,8 +21,6 @@ services:
labels:
- traefik.enable=false
server:
build:
context: .
image: docker.beryju.org/passbook/server:${SERVER_TAG:-latest}
command:
- uwsgi
@ -60,9 +58,6 @@ services:
- PASSBOOK_POSTGRESQL__HOST=postgresql
- PASSBOOK_POSTGRESQL__PASSWORD=${PG_PASS:-thisisnotagoodpassword}
static:
build:
context: .
dockerfile: static.Dockerfile
image: docker.beryju.org/passbook/static:latest
networks:
- internal