Delete docker-compose.yml
This commit is contained in:
parent
2384f93cd0
commit
824498ec84
@ -1,22 +0,0 @@
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
botdiscord:
|
||||
build: .
|
||||
networks:
|
||||
- proxy
|
||||
environment:
|
||||
- PORT=8081
|
||||
- TOKEN=1111111111111 #CHANGE ME!
|
||||
labels:
|
||||
- "traefik.frontend.rule=Host:discord.seb6596.ovh"
|
||||
- "traefik.port=8080"
|
||||
- "traefik.backend=botdiscord"
|
||||
- "traefik.frontend.entryPoints=http,https"
|
||||
#volumes:
|
||||
# - "/var/run/docker.sock:/var/run/docker.sock"
|
||||
restart: always
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
Loading…
Reference in New Issue
Block a user