PHP Classes

File: docker-compose.yml

Recommend this page to a friend!
  Packages of Andraž   BB   docker-compose.yml   Download  
File: docker-compose.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: BB
Badminton tournament management application
Author: By
Last change:
Date: 15 days ago
Size: 316 bytes
 

Contents

Class file image Download
services: app: build: . container_name: bb_app ports: - "${HTTPPORT}:80" volumes: - ./:/app - ./Caddyfile:/etc/caddy/Caddyfile environment: - APP_ENV=dev - DEBUG=true command: ["frankenphp", "run", "--config", "/etc/caddy/Caddyfile"] user: "${UID}:${GID}"