Restructure project
This commit is contained in:
parent
e44e7caa11
commit
16b2f17301
46 changed files with 1744 additions and 1265 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue