mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -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:
|
||||
|
||||
networks:
|
||||
scratchapi_scratch_network:
|
||||
scratch-api_scratch_network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
|
@ -14,7 +14,7 @@ services:
|
|||
hostname: scratch-www-app
|
||||
environment:
|
||||
- API_HOST=http://localhost:8491
|
||||
- FALLBACK=http://scratchr2-app:8080
|
||||
- FALLBACK=http://localhost:8080
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: Dockerfile
|
||||
|
@ -37,4 +37,4 @@ services:
|
|||
ports:
|
||||
- "8333:8333"
|
||||
networks:
|
||||
- scratchapi_scratch_network
|
||||
- scratch-api_scratch_network
|
||||
|
|
Loading…
Reference in a new issue