mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
16 lines
159 B
YAML
16 lines
159 B
YAML
web:
|
|
build: .
|
|
ports:
|
|
- "8080:80"
|
|
volumes:
|
|
- ./public:/var/www
|
|
links:
|
|
- mysql
|
|
- memcache
|
|
|
|
mysql:
|
|
image: mysql
|
|
|
|
redis:
|
|
image: redis
|