forked from Belupeti/scottgpt
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c43d0e75c7 |
@@ -3,6 +3,7 @@ services:
|
|||||||
build: .
|
build: .
|
||||||
container_name: "scottgpt"
|
container_name: "scottgpt"
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./src/main/resources:/srv/src
|
- ./src/main/resources:/srv/src
|
||||||
networks:
|
networks:
|
||||||
@@ -11,8 +12,7 @@ services:
|
|||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.scottgpt.rule=Host(`ai.sc0tt.org`)"
|
- "traefik.http.routers.scottgpt.rule=Host(`ai.sc0tt.org`)"
|
||||||
- "traefik.http.services.scottgpt.loadbalancer.server.port=8080"
|
- "traefik.http.services.scottgpt.loadbalancer.server.port=8080"
|
||||||
- "traefik.http.routers.scottgpt.tls.certresolver=myresolver"
|
# - "traefik.http.routers.scottgpt.tls.certresolver=letsencrypt"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
traefik:
|
traefik:
|
||||||
external: true
|
external: true
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ body {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100dvh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
@@ -181,6 +181,9 @@ footer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
|
.textbox-parent {
|
||||||
|
bottom: 30px;
|
||||||
|
}
|
||||||
.messages {
|
.messages {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user