update docker-compose.yml

* added shared config for both containers
* added restart to proxy
This commit is contained in:
2025-03-05 09:54:35 +03:00
parent d6587b9330
commit fd6215f6c1
2 changed files with 17 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ workflow:
- when: never
stages:
- test
# - test
- build
- pre_push
- push
@@ -18,6 +18,7 @@ test:
image: python:3.11-alpine
script:
- pip install -q -r requirements.txt
- pip install -q pytest~=8.3.5
- python -m unittest discover tests
build: