adding alloro and app subdomain
This commit is contained in:
parent
77f8f5b546
commit
04971892c2
2 changed files with 15 additions and 0 deletions
|
|
@ -49,3 +49,7 @@ alloro.ca {
|
|||
file_server
|
||||
}
|
||||
}
|
||||
|
||||
app.alloro.ca {
|
||||
reverse_proxy alloro:8080
|
||||
}
|
||||
|
|
@ -131,5 +131,16 @@ services:
|
|||
restart: unless-stopped
|
||||
networks:
|
||||
- barrios-network
|
||||
alloro:
|
||||
image: registry.dylanbaird.com/alloro:latest
|
||||
container_name: alloro
|
||||
volumes:
|
||||
- /mertz/alloro/data:/data
|
||||
environment:
|
||||
- ASPNETCORE_ENVIRONMENT=Production
|
||||
- ConnectionStrings__ConnectionString=Data Source=/data/Alloro.db
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- barrios-network
|
||||
networks:
|
||||
barrios-network:
|
||||
|
|
|
|||
Loading…
Reference in a new issue