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