root(minor): remove build stanza from docker-compose as it causes issues
This commit is contained in:
parent
99fadf2e55
commit
30dba285d9
|
@ -21,8 +21,6 @@ services:
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=false
|
- traefik.enable=false
|
||||||
server:
|
server:
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
image: docker.beryju.org/passbook/server:${SERVER_TAG:-latest}
|
image: docker.beryju.org/passbook/server:${SERVER_TAG:-latest}
|
||||||
command:
|
command:
|
||||||
- uwsgi
|
- uwsgi
|
||||||
|
@ -60,9 +58,6 @@ services:
|
||||||
- PASSBOOK_POSTGRESQL__HOST=postgresql
|
- PASSBOOK_POSTGRESQL__HOST=postgresql
|
||||||
- PASSBOOK_POSTGRESQL__PASSWORD=${PG_PASS:-thisisnotagoodpassword}
|
- PASSBOOK_POSTGRESQL__PASSWORD=${PG_PASS:-thisisnotagoodpassword}
|
||||||
static:
|
static:
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
dockerfile: static.Dockerfile
|
|
||||||
image: docker.beryju.org/passbook/static:latest
|
image: docker.beryju.org/passbook/static:latest
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
|
|
Reference in a new issue