todo/.devcontainer/docker-compose.yml

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: