2
0
mirror of https://github.com/codl/forget synced 2025-01-12 07:26:40 +01:00
forget-cancellare-vecchi-toot/.gitignore
codl 30b7b24e68 lots of docker nitpicks
- changed all service names to not include "forget", let docker-compose
  generate container names

- gave the image a single name

- listen on 127.0.0.1 by default, provide documented override file that
  reverses it

- docs: on that note: don't tell folks to edit docker-compose.yml directly

- docs: explicitly say "run docker-compose build" because docker-compose
  is janky and it can be surprising that downloading a new version of
  the code and running `docker-compose up` doesn't do anything
2022-08-05 02:23:54 +02:00

16 lines
157 B
Plaintext

/config.py
__pycache__
celerybeat-schedule
.doit.db
static/*
!static/.keep
.cache/
.coverage
.pytest_cache
data/*
!data/.keep
docker-compose.override.yml