Throw out old docker stuff

This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-03 20:21:05 -06:00
parent 7142f328fa
commit 3fce663f4d
2 changed files with 0 additions and 24 deletions

View file

@ -1,4 +0,0 @@
FROM python:3.7
COPY "./dist/$pex" "/app/$pex"
WORKDIR /app
CMD ["/app/$pex", "--config", "/run/secrets/public-dns.yml"]

View file

@ -1,20 +0,0 @@
version: '3.7'
services:
cron:
image: registry.apartment.arrdem.com:5000/arrdem.updater:latest
deploy:
replicas: 0
restart_policy:
condition: none
labels:
- swarm.cronjob.enable=true
- "swarm.cronjob.schedule=0 */10 * * * *"
- swarm.cronjob.skip-running=false
- node.platform.arch == x86_64
secrets:
- public-dns.yml
secrets:
public-dns.yml:
file: ../../../../config.yml