mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 02:36:24 +03:00
17 lines
272 B
YAML
17 lines
272 B
YAML
version: '3.4'
|
|
|
|
services:
|
|
dyxless:
|
|
image: dyxless
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile
|
|
ports:
|
|
- 5000:5000
|
|
working_dir: /dyxless
|
|
volumes:
|
|
- ./:/dyxless
|
|
environment:
|
|
- FLASK_APP=dyxless
|
|
- PORT=${PORT}
|
|
|