Browse Source
Merge pull request #1894 from zgfh/patch-1
update docker-compose: set nginx image name to doccano_nginx:prod
release-1.8.0^2
Hiroki Nakayama
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
docker/docker-compose.prod.yml
|
|
@ -59,6 +59,7 @@ services: |
|
|
|
build: |
|
|
|
context: .. |
|
|
|
dockerfile: docker/Dockerfile.nginx |
|
|
|
image: doccano_nginx:prod |
|
|
|
environment: |
|
|
|
API_URL: "http://backend:8000" |
|
|
|
GOOGLE_TRACKING_ID: "" |
|
|
|