add staginh
This commit is contained in:
6
docker-compose.staging.yml
Normal file
6
docker-compose.staging.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
version: '3.8'
|
||||||
|
services:
|
||||||
|
frontend:
|
||||||
|
image: examples-for-kids:${BUILD_NUMBER:-latest}
|
||||||
|
ports:
|
||||||
|
- "3001:80"
|
||||||
Reference in New Issue
Block a user