2024.11.27 17:50 nedmden 10 DPO, Bird and Be test, BFN and sad
Really had a good feeling going into this TWW, but that has quickly faded. I know I’m not out and if I am, I can just try again. My dream of telling my family at Christmas and having it happen before the end of the year is feeling less likely. Just having a sad moment here because I can’t really tell anyone else, but we’ll keep going submitted by nedmden to TFABLinePorn [link] [comments] |
2024.11.27 17:50 Fantastic-Length5962 POST from docker concatenate POST url to containers URL
Not sure if that title clear sorry here is what going on. Also I'm not sure if this is a js thing or a docker things so my apologies if I'm wrong
My docker compose:
services: web: build: context: . dockerfile: Dockerfile.web ports: - "8000:8000" command: go run main.go -b 0.0.0.0 nginx: build: context: . dockerfile: Dockerfile.nginx ports: - "8080:80"
POST to my GO backend