feat(death): I want to die...
This commit is contained in:
parent
33e893ec58
commit
a16852c1b9
34 changed files with 761 additions and 321 deletions
|
|
@ -45,6 +45,25 @@ services:
|
|||
- DATABASE_DIR=/database
|
||||
|
||||
|
||||
###############
|
||||
# AUTH #
|
||||
###############
|
||||
auth:
|
||||
build:
|
||||
context: ./src/
|
||||
args:
|
||||
- SERVICE=auth
|
||||
#- EXTRA_FILES=icons/extra
|
||||
container_name: auth
|
||||
restart: always
|
||||
networks:
|
||||
- transcendance-network
|
||||
volumes:
|
||||
- sqlite-volume:/database
|
||||
environment:
|
||||
- DATABASE_DIR=/database
|
||||
|
||||
|
||||
volumes:
|
||||
images-volume:
|
||||
sqlite-volume:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue