forked from kamba4/sunders
Basic CI/CD integration #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "workflows"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Check out commits individually for easier reading.
web
containerPASSWD
withPASSWORD
docker-compose.yml
fileweb
container 8555a6d241PASSWD
withPASSWORD
285de74afaContainerfile
and directly tags packagec5f5edda43
tocbdbf7497b
@ -0,0 +30,4 @@
- "8080:80"
depends_on:
- db
volumes:
why the mount? the data is in the container.
could be useful for a dev compose file, but I would create a separate one for that.
Good shout! Removed in
1ac9d096ff
. :)