Restructure project

This commit is contained in:
Florian Hoss 2023-07-04 23:07:23 +02:00
parent e44e7caa11
commit 16b2f17301
46 changed files with 1744 additions and 1265 deletions

View file

@ -111,7 +111,7 @@ services:
args:
- GOLANG_VERSION=${GOLANG_VERSION}
container_name: cafe-backend
entrypoint: air --build.exclude_dir "node_modules,frontend,static,docs,storage,tmp,dist"
command: air -c .air.toml
environment:
- PUID=1000
- PGID=1000
@ -122,7 +122,7 @@ services:
- 'traefik.http.routers.backend.tls=true'
- 'traefik.http.routers.backend.middlewares=authelia@docker'
expose:
- 5000
- 8080
networks:
- net
volumes: