mirror of
https://github.com/GMWalletApp/epusdt.git
synced 2026-07-07 02:06:16 +00:00
12 lines
199 B
YAML
12 lines
199 B
YAML
services:
|
|
epusdt:
|
|
image: gmwallet/epusdt:alpine
|
|
restart: always
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ./env:/app/.env
|
|
ports:
|
|
- "8000:8000"
|