mirror of
https://github.com/eyebluecn/tank.git
synced 2024-04-21 12:32:16 +00:00
10 lines
109 B
YAML
10 lines
109 B
YAML
version: '3'
|
|
services:
|
|
|
|
web:
|
|
build: .
|
|
ports:
|
|
- "5000:5000"
|
|
|
|
redis:
|
|
image: "redis:alpine" |