mirror of
https://github.com/GMWalletApp/epusdt.git
synced 2026-07-07 18:26:16 +00:00
14 lines
266 B
YAML
14 lines
266 B
YAML
version: "3"
|
|
services:
|
|
epusdt:
|
|
image: annona/epusdt:alpine
|
|
restart: always
|
|
# build:
|
|
# context: .
|
|
# dockerfile: Dockerfile
|
|
volumes:
|
|
- ./env:/app/.env
|
|
ports:
|
|
- "8088:8000"
|
|
#volumes:
|
|
# - ./data_db/conf:/app/conf/ |