mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05: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
|