add docker compose + maj gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -362,3 +362,4 @@ MigrationBackup/
|
||||
# Fody - auto-generated XML schema
|
||||
FodyWeavers.xsd
|
||||
/Tagger/RunEnv/config.json
|
||||
/config
|
||||
|
||||
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
tagger:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Tagger/Dockerfile
|
||||
restart: always
|
||||
ports:
|
||||
- "5002:8080"
|
||||
volumes:
|
||||
- "./config/Pages:/app/Pages"
|
||||
- "./config/config.json:/app/config.json"
|
||||
Reference in New Issue
Block a user