Initial commit
This commit is contained in:
21
docker-compose.yml
Normal file
21
docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
dashboard:
|
||||
build: .
|
||||
container_name: tellscoin-dashboard
|
||||
#ports:
|
||||
# - "8080:8080"
|
||||
env_file:
|
||||
- /srv/docker/secrets/tellscoin/.env
|
||||
environment:
|
||||
DATA_DIR: /app/data
|
||||
DB_PATH: /app/data/dashboard.db
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
npm_proxy:
|
||||
ipv4_address: 192.168.100.13
|
||||
|
||||
networks:
|
||||
npm_proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user