services: php: build: context: . dockerfile: docker/php.Dockerfile volumes: - .:/var/www/html - geburtsverein-data:/var/www/html/data restart: unless-stopped nginx: image: nginx:alpine ports: - "8080:80" volumes: - .:/var/www/html - ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf:ro depends_on: - php restart: unless-stopped volumes: geburtsverein-data: