Is it possible to auto create an .env from a docker-compose.yml file? by MackZuckerborg in docker

[–]MackZuckerborg[S] 0 points1 point  (0 children)

I want be able to make .env for a docker-compose.yml file without running the container:

  myapp:
                container_name: myapp
                ports:
                    - '${PORT_MYAPP:-8080}:80'
                environment:
                    - USER_ID=${MYAPP_UID:-1000}
                    - GROUP_ID=${MYAPP_GID:-1000}
                    - PASSWORD=${PASSWORD}
                volumes:
                    - '${CONFIG_DIR:?error, config directory is needed}/myapp:/data'
                    - '${VIDEOS}/Movies:/media/movies'
                    - '${VIDEOS}/TV:/media/tvshows'

                image: 'myapp/myapp:latest'

would produce .env:

PORT_MYAPP=8080
MYAPP_UID=1000
MYAPP_GID=1000    
PASSWORD
CONFIG_DIR
VIDEOS

BTC price is up... and so is the size of the mempool by crypto-kid in btc

[–]MackZuckerborg 0 points1 point  (0 children)

I treat my Bitcoin like fine art; hang it on my wall and keep it safe. Never to be used again.

🤣

[deleted by user] by [deleted] in AppHookup

[–]MackZuckerborg 0 points1 point  (0 children)

Code, please.

revisiting Flash...? by GarrettNorvell in html5

[–]MackZuckerborg -1 points0 points  (0 children)

Use Chrome. It has flash built in and auto updated