Development settings for app deployment
This commit is contained in:
parent
e663bf88fb
commit
e5ec9c9bfe
3 changed files with 6 additions and 6 deletions
|
|
@ -50,6 +50,6 @@ alloro.ca {
|
|||
}
|
||||
}
|
||||
|
||||
app.alloro.ca {
|
||||
app-dev.alloro.ca {
|
||||
reverse_proxy alloro:8080
|
||||
}
|
||||
|
|
@ -16,12 +16,12 @@ mkdir -p judo
|
|||
cp -r ../judo/* judo/
|
||||
|
||||
echo "Building Docker container."
|
||||
# docker build -t boulangermontrealais/barrios:caddy .
|
||||
docker build -t registry.dylanbaird.com/caddy:latest .
|
||||
docker build -t boulangermontrealais/barrios:caddy .
|
||||
# docker build -t registry.dylanbaird.com/caddy:latest .
|
||||
|
||||
echo "Pushing Docker container to registry."
|
||||
# docker push boulangermontrealais/barrios:caddy
|
||||
docker push registry.dylanbaird.com/caddy:latest
|
||||
docker push boulangermontrealais/barrios:caddy
|
||||
# docker push registry.dylanbaird.com/caddy:latest
|
||||
|
||||
echo "Cleaning up artifacts for dylanbaird.com."
|
||||
rm -rf dylanbaird.com
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ services:
|
|||
volumes:
|
||||
- /mertz/alloro/data:/data
|
||||
environment:
|
||||
- ASPNETCORE_ENVIRONMENT=Production
|
||||
- ASPNETCORE_ENVIRONMENT=Development
|
||||
- ConnectionStrings__ConnectionString=Data Source=/data/Alloro.db
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in a new issue