mirror of
https://github.com/simon987/toolbox.git
synced 2025-04-03 07:43:00 +00:00
11 lines
146 B
YAML
11 lines
146 B
YAML
version: "3"
|
|
services:
|
|
redis:
|
|
image: redis
|
|
toolbox_api:
|
|
build: api/
|
|
toolbox_web:
|
|
build: toolbox-web/
|
|
ports:
|
|
- 8080:80
|