mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
Expose port 80 in the dockerfile
This commit is contained in:
parent
753cf7ac1c
commit
e25a27cd5a
|
@ -7,4 +7,7 @@ RUN npm install
|
||||||
|
|
||||||
COPY src /usr/src
|
COPY src /usr/src
|
||||||
|
|
||||||
|
ENV PORT=80
|
||||||
|
EXPOSE 80
|
||||||
|
|
||||||
CMD ["node", "index.js"]
|
CMD ["node", "index.js"]
|
||||||
|
|
|
@ -9,11 +9,8 @@ services:
|
||||||
- TOTP_SECRET=GRWGIJS6IRHVEODVNRCXCOBMJ5AGC6ZE
|
- TOTP_SECRET=GRWGIJS6IRHVEODVNRCXCOBMJ5AGC6ZE
|
||||||
- JWT_SECRET=unsecure_secret
|
- JWT_SECRET=unsecure_secret
|
||||||
- JWT_EXPIRATION_TIME=1h
|
- JWT_EXPIRATION_TIME=1h
|
||||||
- PORT=80
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- ldap
|
- ldap
|
||||||
expose:
|
|
||||||
- "80"
|
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
ldap:
|
ldap:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user