Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

api tokens duration in docker-compose.yml

14 views
Skip to first unread message

aristos....@gmail.com

unread,
Dec 5, 2024, 11:42:44 AM12/5/24
to rundeck-discuss
this is how I install rundeck

  rundeck:
    image: rundeck/rundeck:SNAPSHOT
    container_name: rundeck
    hostname: rundeck
    restart: unless-stopped
    environment:
      - PUID=1001
      - PGID=1001
      - TZ=Europe/Nicosia
      - RUNDECK_SERVER_ADDRESS=0.0.0.0
      - RUNDECK_GRAILS_URL=http://192.168.1.23:4440
    ports:
      - 4440:4440
    volumes:
      - rundeck:/home/rundeck
      - rundeck:/home/rundeck/var/logs
      - rundeck:/home/rundeck/server/data

is there a way to set this value to 0 in docker-compose.yml?

rundeck.api.tokens.duration.max=30d

thanks

rac...@rundeck.com

unread,
Dec 5, 2024, 12:15:13 PM12/5/24
to rundeck-discuss
Hi,

I made a similar environment three years ago, please take a look at this.

That example uses REMCO to extend the Docker image using the same parameter you need. More info here.

Regards!
Reply all
Reply to author
Forward
0 new messages