Yep, saw that one. I think I started from a fork of that. In any case, I've started almost from scratch in this branch linked to below. The install script seems to work during build but I get this error when running the container:
I think this is an environment issue. You can see my very WIP code here: https://github.com/lyonritchie/docker-ta...06f4fe180b
I still need to do some config for the other containers: apache, postgres -- and I'd like to add Treafik for proxy and, possibly, load balancing. Ideally you should be able to swap out images (apache vs nginx vs caddy, etc.) and also quickly scale up when in a Docker Swarm or Kubernetes environment.
Code:
tactic_1 | Traceback (most recent call last):
tactic_1 | File "bin/startup_dev.py", line 24, in <module>
tactic_1 | from pyasm.common import Environment, Config
tactic_1 | ModuleNotFoundError: No module named 'pyasm'
I think this is an environment issue. You can see my very WIP code here: https://github.com/lyonritchie/docker-ta...06f4fe180b
I still need to do some config for the other containers: apache, postgres -- and I'd like to add Treafik for proxy and, possibly, load balancing. Ideally you should be able to swap out images (apache vs nginx vs caddy, etc.) and also quickly scale up when in a Docker Swarm or Kubernetes environment.