add hostname
This commit is contained in:
parent
3e2c0ba843
commit
c81e8381f9
@ -7,6 +7,7 @@ networks:
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
bot:
|
bot:
|
||||||
|
hostname: jedoist-client
|
||||||
# build: ./
|
# build: ./
|
||||||
image: localhost:5001/jedoist-client:${APP_VERSION}
|
image: localhost:5001/jedoist-client:${APP_VERSION}
|
||||||
environment:
|
environment:
|
||||||
@ -18,4 +19,4 @@ services:
|
|||||||
- ${CONFIG_FILE}:/mnt/config.json
|
- ${CONFIG_FILE}:/mnt/config.json
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
networks:
|
networks:
|
||||||
- jedoist
|
- jedoist
|
||||||
|
Loading…
Reference in New Issue
Block a user