mirror of
https://github.com/MatrixSeven/file-transfer-go.git
synced 2026-02-03 18:44:49 +08:00
22 lines
502 B
YAML
22 lines
502 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
# file-transfer-go:
|
|
# build: .
|
|
# ports:
|
|
# - "8080:8080"
|
|
# environment:
|
|
# - NODE_ENV=production
|
|
# restart: unless-stopped
|
|
# healthcheck:
|
|
# test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:8080"]
|
|
# interval: 30s
|
|
# timeout: 10s
|
|
# retries: 3
|
|
# start_period: 40s
|
|
file-transfer-go:
|
|
image: matrixseven/file-transfer-go:latest
|
|
ports:
|
|
- "8080:8080"
|
|
restart: unless-stopped
|