theyworkforyou icon indicating copy to clipboard operation
theyworkforyou copied to clipboard

docker deployment ubuntu 20

Open johnfelipe opened this issue 2 years ago • 0 comments

git clone https://github.com/mysociety/theyworkforyou.git
cd theyworkforyou
docker compose up -d

[+] Running 6/6
 ⠿ Network theyworkforyou_default       Created                            0.1s
 ⠿ Container theyworkforyou-sentinel-1  Healthy                            2.3s
 ⠿ Container theyworkforyou-memcache-1  Started                            0.8s
 ⠿ Container theyworkforyou-redis-1     Healthy                            2.3s
 ⠿ Container theyworkforyou-mariadb-1   Healthy                            1.8s
 ⠿ Container theyworkforyou-twfy-1      Started                            2.6s

ip addr | grep dynamic

    inet 192.168.88.186/24 brd 192.168.88.255 scope global dynamic ens33
192.168.88.186:8000


docker compose down

[+] Running 6/6
 ⠿ Container theyworkforyou-twfy-1      Removed                            0.0s
 ⠿ Container theyworkforyou-redis-1     Removed                            0.3s
 ⠿ Container theyworkforyou-mariadb-1   Removed                            0.5s
 ⠿ Container theyworkforyou-memcache-1  Removed                            1.1s
 ⠿ Container theyworkforyou-sentinel-1  Removed                            0.3s
 ⠿ Network theyworkforyou_default       Removed                            0.1s
root@ubuntu20dockers:~/theyworkforyou#

ip:8000

not resolve

how solve this?

johnfelipe avatar Jun 22 '22 20:06 johnfelipe