mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-01 07:45:36 -05:00
Merge pull request #1965 from colbygk/update_docker_compose
Update to track changes in docker-compose behavior
This commit is contained in:
commit
a047207e00
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ volumes:
|
||||||
intl_data:
|
intl_data:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
scratchapi_scratch_network:
|
scratch-api_scratch_network:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
@ -14,7 +14,7 @@ services:
|
||||||
hostname: scratch-www-app
|
hostname: scratch-www-app
|
||||||
environment:
|
environment:
|
||||||
- API_HOST=http://localhost:8491
|
- API_HOST=http://localhost:8491
|
||||||
- FALLBACK=http://scratchr2-app:8080
|
- FALLBACK=http://localhost:8080
|
||||||
build:
|
build:
|
||||||
context: ./
|
context: ./
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
@ -37,4 +37,4 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "8333:8333"
|
- "8333:8333"
|
||||||
networks:
|
networks:
|
||||||
- scratchapi_scratch_network
|
- scratch-api_scratch_network
|
||||||
|
|
Loading…
Reference in a new issue