Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron authored and Aaron committed Feb 17, 2024
2 parents f9580ee + 4011c6c commit e1a012f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 114 deletions.
21 changes: 0 additions & 21 deletions StagingCarlos/carlosMAUIApp.dockerfile

This file was deleted.

19 changes: 0 additions & 19 deletions StagingCarlos/carlosWebApp.dockerfile

This file was deleted.

30 changes: 6 additions & 24 deletions StagingCarlos/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ networks:

services:

postgresql:
carlosdb:
image: postgres
container_name: postgresql
restart: always
Expand All @@ -19,36 +19,18 @@ services:
networks:
- Tunnel
volumes:
- ./StagingCarlos/init.sql:/docker-entrypoint-initdb.d/init.sql
- ../TestTicket/20240215.01.21.01.sql:/docker-entrypoint-initdb.d/init.sql

blazor:
container_name: blazor
depends_on:
- postgresql
build:
context: ./
dockerfile: carlosWebApp.dockerfile
- carlosdb
build: ..
environment:
- ASPNETCORE_ENVIRONMENT=Production
- Postgres=Host=postgresql;Database=postgres;Port=5432;User ID=ticketuser;Password=P@ssword1
- Postgres=Server=carlosdb;Database=postgres;Port=5432;User ID=ticketuser;Password=P@ssword1
ports:
- "8080:8080"
networks:
- Tunnel

maui:
container_name: maui_app
depends_on:
- postgresql
- blazor
build:
context: ./
dockerfile: carlosMAUIApp.dockerfile
environment:
- ASPNETCORE_ENVIRONMENT=Production
- Postgres=Host=postgresql;Database=postgres;Port=5432;User ID=ticketuser;Password=P@ssword1
ports:
- "8081:8080"
- "5454:8080"
networks:
- Tunnel

50 changes: 0 additions & 50 deletions StagingCarlos/init.sql

This file was deleted.

0 comments on commit e1a012f

Please sign in to comment.