mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 09:24:24 +04:00
* introduce docker compose config * introduce docker compose config * Create lucky-impalas-smash.md --------- Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
16 lines
234 B
YAML
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
|