mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
adding a docker-compose file for starting a server
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
expose:
|
||||
image: lukepolo/expose-server:latest
|
||||
ports:
|
||||
- 127.0.0.1:8080:${PORT}
|
||||
environment:
|
||||
port: ${PORT}
|
||||
domain: ${DOMAIN}
|
||||
username: ${ADMIN_USERNAME}
|
||||
password: ${ADMIN_PASSWORD}
|
||||
restart: always
|
||||
volumes:
|
||||
- ./database/expose.db:/root/.expose
|
||||
Reference in New Issue
Block a user