• 1 Post
  • 87 Comments
Joined 1 year ago
cake
Cake day: July 11th, 2023

help-circle




  • I am not sure about running two different docker compose instances but from a security standpoint I would think you would absolutely NOT want them to be able to communicate without explicitly allowing the configuration. I would spend the time to combine all the docker compose configurations into a single file running a single compose instance and see if that sorts it, or setup IPs for each docker container and use DNS to route traffic but that would be really inefficient compared to letting docker handle the networking internally.




  • Save you a click:

    dig -t A archive.is @1.1.1.1
    
    ; <<>> DiG 9.18.12-0ubuntu0.22.04.2-Ubuntu <<>> -t A archive.is @1.1.1.1
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 910
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
    
    ;; OPT PSEUDOSECTION:
    ; EDNS: version: 0, flags:; udp: 1232
    ; EDE: 3 (Stale Answer)
    ; EDE: 22 (No Reachable Authority): (at delegation archive.is.)
    ;; QUESTION SECTION:
    ;archive.is.			IN	A
    
    ;; ANSWER SECTION:
    archive.is.		30	IN	A	198.23.187.186
    
    ;; Query time: 28 msec
    ;; SERVER: 1.1.1.1#53(1.1.1.1) (UDP)
    ;; WHEN: Fri Sep 01 09:31:23 EDT 2023
    ;; MSG SIZE  rcvd: 92
    
    ➜   whois $(dig -t A archive.is @1.1.1.1 +short) | grep -P '[Oo]rg.*'
    Organization:   ColoCrossing (VGS-9)
    OrgName:        ColoCrossing
    OrgId:          VGS-9
    OrgTechHandle: NETWO882-ARIN
    OrgTechName:   Network Operations
    OrgTechPhone:  +1-800-518-9716 
    OrgTechEmail:  support@colocrossing.com
    OrgTechRef:    https://rdap.arin.net/registry/entity/NETWO882-ARIN
    OrgAbuseHandle: ABUSE3246-ARIN
    OrgAbuseName:   Abuse
    OrgAbusePhone:  +1-800-518-9716 
    OrgAbuseEmail:  abuse@colocrossing.com
    OrgAbuseRef:    https://rdap.arin.net/registry/entity/ABUSE3246-ARIN
    OrgNOCHandle: NETWO882-ARIN
    OrgNOCName:   Network Operations
    OrgNOCPhone:  +1-800-518-9716 
    OrgNOCEmail:  support@colocrossing.com
    OrgNOCRef:    https://rdap.arin.net/registry/entity/NETWO882-ARIN