Issue with Compose Services

Hi @Zander_Giuffrida!

Could you please try this:

  1. Shutdown compose services with docker-compose down
  2. Comment out these lines in the ngninx.conf:
#        location /guppy/ {
#                proxy_pass http://guppy-service/;
#        }
  1. Modify the AWS credentials block and add aws_access_key_id: '' and aws_secret_access_key: '' to credentials in the fence-config.yaml
AWS_CREDENTIALS:
  'CRED1':
    aws_access_key_id: ''
    aws_secret_access_key: ''
  'CRED2':
    aws_access_key_id: ''
    aws_secret_access_key: ''
S3_BUCKETS:
  bucket1:
    cred: 'CRED1'
  bucket2:
    cred: 'CRED2'
  bucket3:
    cred: '*'
  bucket4:
    cred: 'CRED1'
    role-arn: 'arn:aws:iam::role1'
  1. Start docker compose with docker-compose up -d

Please let me know the result :slight_smile: