remove env part and change hostname in container

This commit is contained in:
Lio Young 2021-07-11 07:21:38 +02:00
parent 21673301d9
commit 17a57b67a7
1 changed files with 1 additions and 3 deletions

View File

@ -24,11 +24,9 @@ services:
volumes: volumes:
- grafana:/var/lib/grafana - grafana:/var/lib/grafana
bot: bot:
env_file:
- .env.thaldrin.etc
container_name: thaldrin container_name: thaldrin
restart: always restart: always
hostname: thaldrin hostname: cadaver
build: . build: .
ports: ports:
- 3621:3621 - 3621:3621