mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
17 lines
311 B
Plaintext
17 lines
311 B
Plaintext
volumes:
|
|
var-cache-volume:
|
|
|
|
services:
|
|
webserver:
|
|
volumes:
|
|
- .:/application:cached
|
|
ports:
|
|
- '8880:80'
|
|
|
|
php-fpm:
|
|
volumes:
|
|
- /var/www:/var/repositories
|
|
- .:/application:cached
|
|
- var-cache-volume:/application/var/cache
|
|
- $HOME/.composer:/root/.composer/:cached
|