Forked to support PostgreSQL TIMESTAMP type. Contribute to captmicr0/fastapi-dls development by creating an account on GitHub.
docker volume create dls-db docker run -e DLS_URL=`hostname -i`-e DLS_PORT=443 -p 443:443 -v$WORKING_DIR:/app/cert -v dls-db:/app/database ghcr.io/captmicr0/fastapi-dls:latest Docker-Compose / Deploy stack Seeexamplesdirectory for more advanced examples (with reverse proxy usage)...
docker run -eDLS_URL=`hostname-i`-eDLS_PORT=443-p443:443 -v$WORKING_DIR:/app/cert -v dls-db:/app/database collinwebdesigns/fastapi-dls:latest Bash Copy Docker-Compose / Deploy stack Gotodocker-compose.ymlfor more advanced example (with reverse proxy usage). version:'3.9'x-dls-v...
starpsp / fastapi-dls Public Notifications Fork 15 Star 2 Files main .DEBIAN .PKGBUILD .UNRAID app doc examples test .codeclimate.yml .editorconfig .gitignore .gitlab-ci.yml CODEOWNERS Dockerfile FAQ.md README.md ROADMAP.md docker-compose.yml requirements.txt Breadcrumbs fastapi-dls / ...
-dls:latest restart: always environment: <<: *dls-variables ports: - "443:443" volumes: - /opt/docker/fastapi-dls/cert:/app/cert - dls-db:/app/database logging: # optional, for those who do not need logs driver: "json-file" options: max-file: 5 max-size: 10m volumes: dls-db...
BreadcrumbsHistory for fastapi-dls docker-compose.yml onlatest User selector All usersAll time Commit History Commits on Jul 4, 2023 refactored docker-compose.yml so very simple example, and moved proxy to "examples" directory collinwebdesignscommittedJul 4, 2023 54eaf55 docker-compose.yml -...
docker volume create dls-db docker run -e DLS_URL=`hostname -i` -e DLS_PORT=443 -p 443:443 -v $WORKING_DIR:/app/cert -v dls-db:/app/database collinwebdesigns/fastapi-dls:latestDocker-Compose / Deploy stackSee examples directory for more advanced examples (with reverse proxy usage)....
Docker-Compose / Deploy stack Seeexamplesdirectory for more advanced examples (with reverse proxy usage). AdjustREQUIREDvariables as needed version:'3.9'x-dls-variables:&dls-variablesTZ:Europe/Berlin#REQUIRED, set your timezone correctly on fastapi-dls AND YOUR CLIENTS !!!DLS_URL:localhost#REQUIRED...
docker volume create dls-db docker run -e DLS_URL=`hostname -i`-e DLS_PORT=443 -p 443:443 -v$WORKING_DIR:/app/cert -v dls-db:/app/database ghcr.io/captmicr0/fastapi-dls:latest Docker-Compose / Deploy stack Seeexamplesdirectory for more advanced examples (with reverse proxy usage)...
docker-compose.yml requirements.txt Breadcrumbs fastapi-dls / ROADMAP.md Latest commit collinwebdesigns typos 14cf6a9· May 9, 2023 HistoryHistory File metadata and controls Preview Code Blame 27 lines (14 loc) · 994 Bytes Raw Roadmap I am planning to implement the following features in ...