mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 21:45:55 +00:00
15 lines
319 B
YAML
15 lines
319 B
YAML
version: "3.7"
|
|
services:
|
|
expose:
|
|
image: beyondcodegmbh/expose-server:latest
|
|
ports:
|
|
- 8080:${PORT}
|
|
environment:
|
|
port: ${PORT}
|
|
domain: ${DOMAIN}
|
|
username: ${ADMIN_USERNAME}
|
|
password: ${ADMIN_PASSWORD}
|
|
restart: always
|
|
volumes:
|
|
- ./database/expose.db:/root/.expose
|