Skip to content

jlucasrods/challenge-one-level2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge one

Docker

Running in containers

  • Set up the environment variables. Follow .env.example in the directories as an example
  • Run docker-compose up
                Browser
                 ▲  ▲
                 │  │
                 │  │
         ┌───────┘  └────────┐
         ▼                   ▼
    ┌───────────┐      ┌───────────┐
    │(Frontend) │      │ (Backend) │
    │           │      │           │
    │   Nginx   │      │  Uvicorn  │
    │           │      │           │
    │    80     │      │    8000   │
    └───────────┘      └───────────┘
                             ▲
                             │
                             ▼
                       ┌───────────┐
                       │(Database) │
                       │           │
                       │ Postgres  │
                       │           │
                       │   5432    │
                       └───────────┘

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published