mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
13 lines
252 B
YAML
13 lines
252 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
web:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile-web
|
|
image: mytinytodo-dev:php8.0-apache
|
|
container_name: ${PLATFORM_NAME}-web
|
|
ports:
|
|
- "8080:80"
|
|
volumes:
|
|
- ../../../src:/var/www/html
|