Skip to content

mattwhite180/goalsandplans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goalsandplans

Use public docker repo

Here is a docker-compose.yaml example:

version: "3.3"

services:
  server:
    restart: always
    image: public.ecr.aws/z7r6z9m1/goalsandplans:latest
    command: bash django-run.sh
    volumes:
      - "~/.aws:/root/.aws"
    env_file:
        - secrets.env
    expose:
      - "8000"
    ports:
      - "8000:8000"

[optional] setup secrets for AWS RDS connectivity

  • create a secrets.env file in the root directory of project
  • fill out the following with your own variables:
  • SECRET=your-aws-secret-name
    REGION=your-aws-region
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published