mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
11 lines
159 B
YAML
11 lines
159 B
YAML
version: '3.4'
|
|
|
|
services:
|
|
stash:
|
|
extends:
|
|
file: ${COOKBOOK}/stashapp/docker-compose.yml
|
|
service: stash
|
|
env_file:
|
|
- .env
|
|
ports:
|
|
- "9999:9999" |