summaryrefslogtreecommitdiffstats
path: root/pasture.castle.yml
diff options
context:
space:
mode:
authorJenniferplusplus <contact@jenniferplusplus.com>2023-11-13 20:46:21 -0600
committerJenniferplusplus <contact@jenniferplusplus.com>2023-11-13 20:46:21 -0600
commitab2fad26ce97105d37fc2c96cfc6967d80e00da9 (patch)
treeee82890b6a169440a0bfd4c923fe5982b9ac2550 /pasture.castle.yml
parente7cf3fcb3c81a4451dbb088f4768d3b833ce80dc (diff)
downloadsandcastles-ab2fad26ce97105d37fc2c96cfc6967d80e00da9.tar.gz
sandcastles-ab2fad26ce97105d37fc2c96cfc6967d80e00da9.tar.bz2
sandcastles-ab2fad26ce97105d37fc2c96cfc6967d80e00da9.zip
simplify service config a little
Diffstat (limited to 'pasture.castle.yml')
-rw-r--r--pasture.castle.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/pasture.castle.yml b/pasture.castle.yml
index bd0ce8b..516daf1 100644
--- a/pasture.castle.yml
+++ b/pasture.castle.yml
@@ -1,8 +1,6 @@
services:
pasture_one_actor:
- labels:
- - traefik.enable=false
image: pasture-sandcastles
build:
dockerfile: ./pasture.Dockerfile
@@ -12,14 +10,11 @@ services:
networks:
pasture:
pasture_runner:
- labels:
- - traefik.enable=false
image: pasture-sandcastles
build:
dockerfile: ./pasture.Dockerfile
volumes:
- ./volumes/pasture:/opt
- - ./work:/work
working_dir: /work
depends_on:
- pasture_one_actor
@@ -29,8 +24,6 @@ services:
networks:
pasture:
pasture_http_signature:
- labels:
- - traefik.enable=false
image: pasture-sandcastles
build:
dockerfile: ./pasture.Dockerfile
@@ -40,11 +33,13 @@ services:
networks:
pasture:
pasture_verify_actor:
+ container_name: actor.pasture.castle
labels:
- traefik.http.routers.pasture.rule=Host(`actor.pasture.castle`)
- traefik.http.routers.pasture.tls=true
- traefik.http.routers.pasture.tls.certresolver=smallstep
- traefik.port=80
+ - traefik.enable=true
image: pasture-sandcastles
build:
dockerfile: ./pasture.Dockerfile