mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
16 lines
219 B
YAML
16 lines
219 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: mytinytodo_app
|
|
ports:
|
|
- "8080:80"
|
|
volumes:
|
|
- ./db:/var/www/html/db
|
|
|
|
volumes:
|
|
db_data:
|
|
|