Revert docker-compose.yml to use pre-built images - switches back from local builds to published Docker images
This commit is contained in:
parent
61fc30b95c
commit
72a87f1de8
|
|
@ -1,11 +1,7 @@
|
||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
api: &api-environment
|
api: &api-environment
|
||||||
build:
|
image: jhumanj/opnform-api:latest
|
||||||
context: .
|
|
||||||
dockerfile: docker/Dockerfile.api
|
|
||||||
args:
|
|
||||||
APP_VERSION: "local-test-1.0.0"
|
|
||||||
container_name: opnform-api
|
container_name: opnform-api
|
||||||
volumes: &api-environment-volumes
|
volumes: &api-environment-volumes
|
||||||
- opnform_storage:/usr/share/nginx/html/storage:rw
|
- opnform_storage:/usr/share/nginx/html/storage:rw
|
||||||
|
|
@ -66,11 +62,7 @@ services:
|
||||||
start_period: 70s # Allow time for first scheduled run and cache write
|
start_period: 70s # Allow time for first scheduled run and cache write
|
||||||
|
|
||||||
ui:
|
ui:
|
||||||
build:
|
image: jhumanj/opnform-client:latest
|
||||||
context: .
|
|
||||||
dockerfile: docker/Dockerfile.client
|
|
||||||
args:
|
|
||||||
APP_VERSION: "local-test-1.0.0"
|
|
||||||
container_name: opnform-client
|
container_name: opnform-client
|
||||||
env_file:
|
env_file:
|
||||||
- ./client/.env
|
- ./client/.env
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue