mirror of
https://github.com/supanadit/todo.git
synced 2025-05-05 12:59:56 +00:00
19 lines
403 B
YAML
19 lines
403 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
|
|
volumes:
|
|
- ../:/workspaces:cached
|
|
- ./xdebug.ini:/usr/local/etc/php/conf.d/xdebug.ini
|
|
- ./000-default.conf:/etc/apache2/sites-available/000-default.conf
|
|
|
|
# Overrides default command so things don't shut down after the process ends.
|
|
command: sleep infinity
|
|
|
|
volumes:
|
|
mariadb-data:
|