1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 09:24:24 +04:00
Files
tabler/docker-compose.yml
Sebastian 5e7e0dd34e Introduce Docker Compose Config to build and run tabler locally (#1896)
* introduce docker compose config

* introduce docker compose config

* Create lucky-impalas-smash.md

---------

Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
2024-06-14 17:15:13 +02:00

16 lines
234 B
YAML

---
version: "3.3"
services:
tabler:
image: tabler
container_name: tabler
build: .
ports:
- 3000:3000
- 3001:3001
volumes:
- ./src:/app/src
- ./_config.yml:/app/_config.yml
tty: true